Class ProposalsContent
Inheritance
System.Object
ProposalsContent
Assembly: Netezos.dll
Syntax
public class ProposalsContent : OperationContent
Properties
|
Improve this Doc
View Source
Kind
Declaration
public override string Kind { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Period
Declaration
public int Period { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Proposals
Declaration
public List<string> Proposals { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|