C# Class org.GraphDefined.Vanaheimr.Illias.Votes.IVoteExtentions

Extentions methods for the IVote interface.
显示文件 Open project: Vanaheimr/Illias

Public Methods

Method Description
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'.

Method Details

Accept() public static method

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

Allow() public static method

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

Deny() public static method

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

No() public static method

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

Ok() public static method

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

Yes() public static method

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