Search Results for

    Show / Hide Table of Contents

    Class Commitment

    Inheritance
    System.Object
    Commitment
    Namespace: Netezos.Forging.Models
    Assembly: Netezos.dll
    Syntax
    public class Commitment : object

    Properties

    | Improve this Doc View Source

    InboxLevel

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

    Predecessor

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

    State

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

    Ticks

    Declaration
    public long Ticks { get; set; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad