C# 클래스 Universe.Framework.DatabaseInterfaces.GroupProposalInfo

상속: Universe.Framework.Modules.IDataTransferable
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BallotInitiator UUID
Created System.DateTime
Duration int
Ending System.DateTime
GroupID UUID
HasCalculatedResult bool
Majority float
NumVotes int
Quorum int
Result bool
Session UUID
Text string
VoteCast string
VoteID UUID

공개 메소드들

메소드 설명
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap

메소드 상세

FromOSD() 공개 메소드

public FromOSD ( OSDMap map ) : void
map OSDMap
리턴 void

ToOSD() 공개 메소드

public ToOSD ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

BallotInitiator 공개적으로 프로퍼티

public UUID BallotInitiator
리턴 UUID

Created 공개적으로 프로퍼티

public DateTime,System Created
리턴 System.DateTime

Duration 공개적으로 프로퍼티

public int Duration
리턴 int

Ending 공개적으로 프로퍼티

public DateTime,System Ending
리턴 System.DateTime

GroupID 공개적으로 프로퍼티

public UUID GroupID
리턴 UUID

HasCalculatedResult 공개적으로 프로퍼티

If this is false, the result of the proposal has not been calculated and should be when it is retrieved next
public bool HasCalculatedResult
리턴 bool

Majority 공개적으로 프로퍼티

public float Majority
리턴 float

NumVotes 공개적으로 프로퍼티

The number of votes cast (so far if the proposal is still open)
public int NumVotes
리턴 int

Quorum 공개적으로 프로퍼티

public int Quorum
리턴 int

Result 공개적으로 프로퍼티

The result of the proposal (success or failure)
public bool Result
리턴 bool

Session 공개적으로 프로퍼티

public UUID Session
리턴 UUID

Text 공개적으로 프로퍼티

public string Text
리턴 string

VoteCast 공개적으로 프로퍼티

Only set when a user is calling to find out proposal info, it is what said user voted
public string VoteCast
리턴 string

VoteID 공개적으로 프로퍼티

public UUID VoteID
리턴 UUID