Search Results for

    Show / Hide Table of Contents

    Class DocumentWorkflowAssignment

    Represents the document workflow assignment

    Inheritance
    System.Object
    DocumentWorkflowAssignment
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.FileStructure.Workflow
    Assembly: Simplic.FileStructure.Workflow.dll
    Syntax
    public class DocumentWorkflowAssignment

    Properties

    | Improve this Doc View Source

    DocumentId

    Gets or sets the document id

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

    Ident

    Gets or sets the primary key as long

    Declaration
    public long Ident { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    StateId

    Gets or sets the state id

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

    WorkflowId

    Gets or sets the workflow id

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