This namespace houses the Phoenix data access layer.

Classes

  ClassDescription
ActivityDA
Represents an activity.
AlertDA
Provides data-layer access to the Alert tables and stored procedures.
AnnotationDA
Represents a map annotation.
AnnouncementDA
Provides access to all Announcement-related stored procedures.
ChatDA
Represents a "Chat Room" a place where others online users can meet and send messages back and forth in real-time.
CollaborationObjectDA
Represents a CollaborationObject.
CollectionDA
Represents a collection of objects.
ContactDA
Represents a contact.
DataAccessException
Provides a more convenient way to throw an Exception using a generic "DatabaseError" as the default message.
DataAccessObject
A base class to be used to communicate directly with the StoredProcedure class.
DBHelper
Class that adds a layer of abstraction on top of the Data Access layer.
DiscussionThreadDA
Represents a discussion thread.
DocumentDA
Represents document.
EmailDA
Represents an email.
EventDA
Represents an Event.
GenericObjectDA
Provides access to all Remote Object-related stored procedures.
HistoryDA
Represents a collection of History objects.
LayerDA
Represents a layer.
LayerStyleDA
Represents the style associated with a layer.
LibraryObjectDA
Represents any of the Library objects in Phoenix/Pathways.
LinkDA
Represents a link.
MapDA
Represents a map.
MetadataDA
Represents a metadata record.
NewsDA
Represents a news source.
OGCRegistry
Manages local and remote Open GIS Consortia Services.
PersonDA
Represents a Person.
PhoenixNodeDA
Provides access to all Phoenix node-related stored procedures (the registry).
PhoenixObjectDA
Base class for most objects in the Phoenix database.
PollDA
Represents a poll.
QuestionDA
Represents a Question in a Survey.
RelationshipDA
Represents a relationship between objects.
RssDA
Provides access to all Rss-related stored procedures.
ScenarioDA
Represents Scenario.
SearchDA
Provides access to all Search-related stored procedures.
StoredProcedure
The StoredProcedure class is used as a bridge between a SQL sproc and the calling .NET code.
StyleSheetDA
Provides dataaccess to the DL_StyleSheet table.
SurveyDA
Represents a Survey.
TaskDA
Represents a task.
ThumbnailDA
Represents a Thumbnail.
UserCatalogDA
Represents a Collection of objects that a user has placed in his shopping cart.
UserCollectionSubscriptionDA
Represents the Collection objects that users are subscribed to.
WeblogDA
Methods to manage weblogs and weblog entries in the database.
WorkspaceDA
Represents a workspace or virtual collaboration enviornment.

Structures

  StructureDescription
HistoryDA..::.HistoryEntries
This class encapsulates all history entry types recorded in the database.
UserCatalogItem
Used to provide details about each item in the catalog.

Enumerations

  EnumerationDescription
ChatMessageType
Enumeration to indicate the various kinds of messages that are recorded within a chat room.
ChatRoomDeleteMode
Enumerations to indicate the longevity of a chat room.
ChatRoomInvitationStatus
Enumerations to indicate the status of an invitation sent to a user.
QuestionTypes
Indicates a type of question.