Search Results for

    Show / Hide Table of Contents

    Class BallotContent

    Inheritance
    System.Object
    OperationContent
    BallotContent
    Namespace: Netmavryk.Forging.Models
    Assembly: Netmavryk.dll
    Syntax
    public class BallotContent : OperationContent

    Properties

    | Improve this Doc View Source

    Ballot

    Declaration
    public Ballot Ballot { get; set; }
    Property Value
    Type Description
    Ballot
    | Improve this Doc View Source

    Kind

    Declaration
    public override string Kind { get; }
    Property Value
    Type Description
    System.String
    Overrides
    OperationContent.Kind
    | Improve this Doc View Source

    Period

    Declaration
    public int Period { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Proposal

    Declaration
    public string Proposal { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Source

    Declaration
    public string Source { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Mavryk Dynamics