C# Class SenseNet.Portal.DiscussionForum.ForumEntry

Inheritance: SenseNet.ContentRepository.GenericContent
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ForumEntry ( Node parent ) : System
ForumEntry ( Node parent, string nodeTypeName ) : System
GetProperty ( string name ) : object
GetReplies ( ) : IEnumerable
SetProperty ( string name, object value ) : void

Méthodes protégées

Méthode Description
ForumEntry ( NodeToken nt ) : System
OnCreating ( object sender, SenseNet e ) : void

Method Details

ForumEntry() public méthode

public ForumEntry ( Node parent ) : System
parent Node
Résultat System

ForumEntry() public méthode

public ForumEntry ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
Résultat System

ForumEntry() protected méthode

protected ForumEntry ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
Résultat System

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

GetReplies() public méthode

public GetReplies ( ) : IEnumerable
Résultat IEnumerable

OnCreating() protected méthode

protected OnCreating ( object sender, SenseNet e ) : void
sender object
e SenseNet
Résultat void

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void