C# Класс OpenMetaverse.GroupProposal

A group proposal
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Duration int
Majority float
Quorum int
VoteText string

Описание свойств

Duration публичное свойство

The duration in days votes are accepted
public int Duration
Результат int

Majority публичное свойство

The required ration of yes/no votes required for vote to pass
The three options are Simple Majority, 2/3 Majority, and Unanimous
public float Majority
Результат float

Quorum публичное свойство

The minimum number of members that must vote before proposal passes or failes
public int Quorum
Результат int

VoteText публичное свойство

The Text of the proposal
public string VoteText
Результат string