C# Class SenseNet.ContentRepository.SurveyItem

Inheritance: GenericContent
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
SurveyItem ( Node parent ) : System
SurveyItem ( Node parent, string nodeTypeName ) : System

Méthodes protégées

Méthode Description
OnCreated ( object sender, Storage e ) : void
OnCreating ( object sender, Storage e ) : void
SurveyItem ( NodeToken nt ) : System

Private Methods

Méthode Description
SendNotification ( ) : void

Method Details

OnCreated() protected méthode

protected OnCreated ( object sender, Storage e ) : void
sender object
e Storage
Résultat void

OnCreating() protected méthode

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

SurveyItem() public méthode

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

SurveyItem() public méthode

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

SurveyItem() protected méthode

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