C# 클래스 SenseNet.ContentRepository.Voting

상속: Survey
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Voting ( NodeToken nt ) : System

메소드 상세

GetProperty() 공개 메소드

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

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetProperty() 공개 메소드

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

Voting() 공개 메소드

public Voting ( Node parent ) : System
parent Node
리턴 System

Voting() 공개 메소드

public Voting ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
리턴 System

Voting() 보호된 메소드

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