Search Results for

    Show / Hide Table of Contents

    Class DocumentPayload

    Inheritance
    System.Object
    DocumentPayload
    Namespace: Simplic.Document
    Assembly: Simplic.Document.dll
    Syntax
    public class DocumentPayload : IDocument<Guid>

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the primary key id.

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsDeleted

    Gets or sets if the payload is deleted.

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Payload

    Stores the payload inside a byte array.

    Declaration
    public byte[] Payload { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    State

    Gets or sets the state. 0 = unprocessed, 1 = processed, 2 =error.

    Declaration
    public int State { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx