Search Results for

    Show / Hide Table of Contents

    Class WorkflowOrganizationUnitUserAssignment

    Represents the assignment between the user and WorkflowOrganizationUnitAssignment

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

    Properties

    | 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

    UserId

    Gets or sets the user id

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

    WorkflowOrganzitionAssignmentId

    Gets or sets the workflow organization assignment id WorkflowOrganizationUnitAssignment

    Declaration
    public Guid WorkflowOrganzitionAssignmentId { 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