C# Class SenseNet.ContentRepository.Voting

Inheritance: Survey
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
Voting ( NodeToken nt ) : System

Method Details

GetProperty() public method

Gets the given property by name.
public GetProperty ( string name ) : object
name string The name.
return object

Save() public method

public Save ( ) : void
return void

SetProperty() public method

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

Voting() public method

public Voting ( Node parent ) : System
parent Node
return System

Voting() public method

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

Voting() protected method

protected Voting ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
return System