C# Class ForumServer.DataLayer.ModeratorEntity

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: sagioto/forum Class Usage Examples

Private Properties

Свойство Type Description
OnSubforumChanged void
OnSubforumChanging void
OnUsernameChanged void
OnUsernameChanging void

Méthodes publiques

Méthode Description
CreateModeratorEntity ( global username, global subforum ) : ModeratorEntity

Create a new ModeratorEntity object.

Private Methods

Méthode Description
OnSubforumChanged ( ) : void
OnSubforumChanging ( global value ) : void
OnUsernameChanged ( ) : void
OnUsernameChanging ( global value ) : void

Method Details

CreateModeratorEntity() public static méthode

Create a new ModeratorEntity object.
public static CreateModeratorEntity ( global username, global subforum ) : ModeratorEntity
username global Initial value of the Username property.
subforum global Initial value of the Subforum property.
Résultat ModeratorEntity