C# Class SenseNet.ContentRepository.Voting

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetProperty ( string name ) : object

Gets the given property by name.

Save ( ) : void
SetProperty ( string name, object value ) : void

Sets the given property's value by name.

Voting ( Node parent ) : System
Voting ( Node parent, string nodeTypeName ) : System

Méthodes protégées

Méthode Description
Voting ( NodeToken nt ) : System

Method Details

GetProperty() public méthode

Gets the given property by name.
public GetProperty ( string name ) : object
name string The name.
Résultat object

Save() public méthode

public Save ( ) : void
Résultat void

SetProperty() public méthode

Sets the given property's value by name.
public SetProperty ( string name, object value ) : void
name string The name.
value object The value.
Résultat void

Voting() public méthode

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

Voting() public méthode

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

Voting() protected méthode

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