Classes

  Class Description
Public class AdRepository
Repository for ad-related entities.
Public class AlbumRepository
Repository for photo album (gallery) functionality.
Public class AnalyticsRepository
Repository for analytics 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 CalendarEventArgs
Calendar Event search event arguments.
Public class CalendarEventRepository
Calendar event repository.
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 EventArguments
Additional event parameters.
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 GenericRepository
Generic repository used to access the DAL layer.
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 IAdRepository
Interface for ad-related entities repository
Public interface IAlbumRepository
Interface for photo album (gallery) repository.
Public interface IAnalyticsRepository
Interface for the analytics repository.
Public interface IBlogRepository
Repository interface for blog-related entities.
Public interface ICalendarEventRepository
CalendarEvent repository interface.
Public interface ICommentRepository
Interface for comment repository used for social networking / comment-related functionality.
Public interface IDiscussionRepository
IDiscussion repository.
Public interface IDocumentRepository
Interface for document-related entities repository
Public interface IEventRepository
Repository interace specialized in managing the social networking events data.
Public interface IFileRepository
Repository interface for file/photo/attachment-related functionality.
Public interface IFriendRepository
Repository for social networking / friend (connections)-related functionality.
Public interface IGenericRepository
Generic repository interface used to access the DAL layer.
Public interface IGroupRepository
Repository interface for social network group-related functionality
Public interface IListRepository
Interface for list-related entities repository.
Public interface ILocalizationRepository
Repository interface for localization-related entities.
Public interface IMembershipRepository
Interface for membership-related entities repository.
Public interface IMessageRepository
Repository interface for social network messaging features.
Public interface INavigationRepository
Interface for navigation-related entities.
Public interface INewsletterRepository
Repository interface for newsletter-related entities.
Public interface INewsRepository
Repository for news-related entities.
Public interface INoteRepository
Repository for social networking / notes, other wall-related functionality.
Public interface IOAuthTokenRepository
OAuth token and consumer repository interface
Public interface IPageRepository
Interface for page-related entities repository.
Public interface IPollRepository
Poll-related entities repository interface.
Public interface IRatingRepository
Repository for rating-related entities.
Public interface IRelationshipRepository
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 interface ISubscribeRepository
Interface for 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 interface IUserProfileRepository
User profile repository interface.
Public interface IUserRepository
Repository interface for user-related entities.

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.