Search Results for

    Show / Hide Table of Contents

    Class WorkflowOrganizationUnit

    Represents the workflow organisation unit

    Inheritance
    System.Object
    WorkflowOrganizationUnit
    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 WorkflowOrganizationUnit

    Properties

    | Improve this Doc View Source

    DisplayName

    Gets or sets the display name

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

    Guid

    Gets or sets the guid

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

    InternalName

    Gets or sets the internal name

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

    IsDeleted

    Gets or sets the is deleted Returs false if this poco is not deleted, and true if it is deleted Purpose: Its just a flag, so we dont need to delete it physically from the storage system

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