Search Results for

    Show / Hide Table of Contents

    Class ProcessInstanceDataTaskEventArgs

    Argument which will be passed, when processing instance datas

    Inheritance
    System.Object
    System.EventArgs
    ProcessInstanceDataTaskEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class ProcessInstanceDataTaskEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    ProcessInstanceDataTaskEventArgs()

    Create

    Declaration
    public ProcessInstanceDataTaskEventArgs()

    Properties

    | Improve this Doc View Source

    Handled

    True if the call was handled

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

    InstanceDataGuid

    Unique instance data guid

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

    RemoveTaskFromQueue

    True if should be removed (default), else false

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

    StackGuid

    Guid of the stack

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

    TaskTypeId

    Task type

    Declaration
    public int TaskTypeId { 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