C# (CSharp) org.GraphDefined.Vanaheimr.Illias.Votes Namespace

Classes

Name Description
IVoteExtentions Extentions methods for the IVote interface.
MajorityVote A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.
VetoVote A veto vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If anyone is unhappy with it, the result of the vote will be false.