Classes
| Class | Description | |
|---|---|---|
| ASPNETForumUserProvider |
Implementation of abstract class Melon.Components.Forum.ForumUserProvider using ASPNET Membership.
| |
| CustomForumUserProvider |
Implementation of abstract class Melon.Components.Forum.ForumUserProvider.
| |
| Forum |
Represents wrapper for MC_Forum table.
| |
| ForumGroup |
Represents wrapper for MC_ForumGroup table.
| |
| ForumGroupInfo |
Provides static methods for creation, modification, deletion, search of forum groups.
| |
| ForumInfo |
Provides static methods for creation, modification, deletion, search of forums.
| |
| ForumPost |
Represents wrapper for MC_ForumPost table.
| |
| ForumPostInfo |
Provides static methods for creation, modification, deletion, search of forum posts.
| |
| ForumPostView |
Class that is used in the interface for performance optimization of the forum posts listing.
| |
| ForumTopic |
Represents wrapper for MC_ForumTopic table.
| |
| ForumTopicInfo |
Provides static methods for creation, modification, deletion, search of forum topics.
| |
| ForumTopicView |
Class that is used in the interface for performance optimization of the forum topics listing.
| |
| ForumUser |
Represents forum user.
| |
| ForumUserDataTable |
Data table with columns of forum user details.
| |
| ForumUserInfo |
Provides static methods for creation, modification, search of forum users.
| |
| ForumUserProvider |
ForumUserProvider provides the interface between forum component and external user data sources.
| |
| ForumUserRoles |
Represents the roles of forum user for the different forums.
The keys are the roles of the forum user.
The value to every key(role) is a list with ids a of all forums for which the forum user has this role.
| |
| ForumView |
Class that is used in the interface for performance optimization of the forums listing.
| |
| Photo |
Class for the forum user photo.
| |
| Utilities |
Provides static methods that are frequently used in the forum component business logic.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ForumTopicType |
Enumeration of forum topic types.
| |
| ForumUserRole |
Enumeration for forum user roles.
|