Show / Hide Table of Contents

    Class SimpleWorkflowData

    Data to trigger new simple workflow

    Inheritance
    System.Object
    SimpleWorkflowData
    Namespace: DocuWare.Platform.Bpw.Schemas
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class SimpleWorkflowData : object

    Constructors

    SimpleWorkflowData()

    Creates a new instance of this class

    Declaration
    public SimpleWorkflowData()

    Properties

    AssignTo

    Declaration
    public List<AssignToItem> AssignTo { get; set; }
    Property Value
    Type Description
    List<AssignToItem>

    Decisions

    Declaration
    public List<SimpleDesicion> Decisions { get; set; }
    Property Value
    Type Description
    List<SimpleDesicion>

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    DocId

    Declaration
    public int DocId { get; set; }
    Property Value
    Type Description
    System.Int32

    DocumentName

    Declaration
    public string DocumentName { get; set; }
    Property Value
    Type Description
    System.String

    DWVerId

    Declaration
    public int DWVerId { get; set; }
    Property Value
    Type Description
    System.Int32

    IsAny

    Declaration
    public bool IsAny { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSequence

    Declaration
    public bool IsSequence { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    StampDocument

    Declaration
    public bool StampDocument { get; set; }
    Property Value
    Type Description
    System.Boolean
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top