Classes

  Class Description
Public class AdRepository
Repository for ad-related entities.
Public class AlbumRepository
Repository for photo album (gallery) functionality.
Public class BaseMonoXRepository
Base class for all repositories A repository in domain driven design approach is used to abstract the access to the data store.
Public class BlogCategoryDTO
Blog category data transfer object.
Public class BlogRepository
Repository for blog-related entities
Public class CalendarEventRepository
Public class CommentRepository
Repository for social networking / comment-related functionality.
Public class CreateEventParameters
Additional event create parameters.
Public class DiscussionRepository
Discussion repository.
Public class DocumentRepository
Repository for document-related entities
Public class EventRepository
Repository specialized in managing the social networking events data.
Public class FileRepository
Repository for file/photo/attachment-related functionality.
Public class FriendRepository
Repository for social networking / friend (connections)-related functionality.
Public class GroupRepository
Repository for social network group-related functionality
Public class ListItemDTO
Data transfer object for the list item entity.
Public class ListRepository
Repository for list-related entities.
Public class LocalizationRepository
Repository for localization-related entities.
Public class MembershipRepository
Repository for membership-related entities.
Public class MessageRepository
Repository for social network messaging features
Public class NavigationRepository
Repository for navigation-related entities.
Public class NewsletterRepository
Repository for newsletter-related entities.
Public class NewsRepository
Repository for news-related entities.
Public class NoteRepository
Repository for social networking / notes, other wall-related functionality.
Public class OAuthTokenRepository
OAuth token and consumer repository
Public class PageRepository
Repository for page-related entities.
Public class PollRepository
Repository for poll-related entities.
Public class PopularGroupRepository
Repository for social network popular group-related functionality
Public class RatingRepository
Repository for rating-related entities.
Public class RelationshipRepository
Repository that works with social networking relationships - a structure designed to minimize the number of foreign keys in tables (and entities) that may be bound to multiple parent tables, like comments, files, ratings and tags.
Public class SnAlbumDTO
Data transfer object (container) for a album entity.
Public class SnCommentDTO
Data transfer object for the comment entity.
Public class SnFileDTO
Data transfer object (container) for a file entity.
Public class SnGroupDTO
Data transfer object for the group entity.
Public class SubscribeRepository
Repository for subscribe-related entities.
Public class UserProfileRepository
User profile repository.
Public class UserRepository
Repository for user-related entities.
Public class UserSearchItem
Class that serves as a data source for message recepient dropdowns.

Interfaces

  Interface Description
Public interface IEventRepository
Repository interace specialized in managing the social networking events data.

Delegates

  Delegate Description
Public delegate RatingDefaultFilterHandler
Rating default filter handler delegate.

Enumerations

  Enumeration Description
Public enumeration AlbumSortCriteria
Defines album sort criteria for GetNewAlbums and similar methods.
Public enumeration CommentStatus
Comment status enum.
Public enumeration GroupJoinRequestType
Group join request type.
Public enumeration GroupMemberStatus
Group member status enum.
Public enumeration MessageStatus
Social networking message status
Public enumeration UserSearchType
Message recipient type enum
Public enumeration UserSortCriteria
Defines user sort criteria for GetNewUsers and similar methods.