C# 클래스 org.GraphDefined.Vanaheimr.Illias.Votes.IVoteExtentions

Extentions methods for the IVote interface.
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 메소드들

메소드 설명
Accept ( this Vote ) : void

Vote 'yes' or 'ok' or 'allow' or 'accept'.

Allow ( this Vote ) : void

Vote 'yes' or 'ok' or 'allow' or 'accept'.

Deny ( this Vote ) : void

Vote 'no' or 'deny'.

No ( this Vote ) : void

Vote 'no' or 'deny'.

Ok ( this Vote ) : void

Vote 'yes' or 'ok' or 'allow' or 'accept'.

Yes ( this Vote ) : void

Vote 'yes' or 'ok' or 'allow' or 'accept'.

메소드 상세

Accept() 공개 정적인 메소드

Vote 'yes' or 'ok' or 'allow' or 'accept'.
public static Accept ( this Vote ) : void
Vote this
리턴 void

Allow() 공개 정적인 메소드

Vote 'yes' or 'ok' or 'allow' or 'accept'.
public static Allow ( this Vote ) : void
Vote this
리턴 void

Deny() 공개 정적인 메소드

Vote 'no' or 'deny'.
public static Deny ( this Vote ) : void
Vote this
리턴 void

No() 공개 정적인 메소드

Vote 'no' or 'deny'.
public static No ( this Vote ) : void
Vote this
리턴 void

Ok() 공개 정적인 메소드

Vote 'yes' or 'ok' or 'allow' or 'accept'.
public static Ok ( this Vote ) : void
Vote this
리턴 void

Yes() 공개 정적인 메소드

Vote 'yes' or 'ok' or 'allow' or 'accept'.
public static Yes ( this Vote ) : void
Vote this
리턴 void