C# Class SenseNet.ContentRepository.Survey

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetProperty ( string name ) : object
Save ( ) : void
SetProperty ( string name, object value ) : void
Survey ( Node parent ) : System
Survey ( Node parent, string nodeTypeName ) : System

Méthodes protégées

Méthode Description
OnLoaded ( object sender, Storage e ) : void
StoreContentListDefinition ( ) : void
Survey ( NodeToken nt ) : System

Method Details

GetProperty() public méthode

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

OnLoaded() protected méthode

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

Save() public méthode

public Save ( ) : void
Résultat void

SetProperty() public méthode

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

StoreContentListDefinition() protected méthode

protected StoreContentListDefinition ( ) : void
Résultat void

Survey() public méthode

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

Survey() public méthode

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

Survey() protected méthode

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