Search Results for

    Show / Hide Table of Contents

    Class Operation

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

    Properties

    | Improve this Doc View Source

    Branch

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

    Contents

    Declaration
    public List<OperationContent> Contents { get; set; }
    Property Value
    Type Description
    List<OperationContent>
    | Improve this Doc View Source

    Hash

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

    Signature

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