Search Results for

    Show / Hide Table of Contents

    Class InstanceDataController

    Controller for instance data tasks

    Inheritance
    System.Object
    InstanceDataController
    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.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class InstanceDataController

    Properties

    | Improve this Doc View Source

    Singleton

    Declaration
    public static InstanceDataController Singleton { get; }
    Property Value
    Type Description
    InstanceDataController

    Methods

    | Improve this Doc View Source

    AddTask(Guid, Guid, InstanceDataTaskType)

    Add a new Task to the Task-List

    Declaration
    public void AddTask(Guid StackGuid, Guid InstanceDataGuid, InstanceDataTaskType TaskType)
    Parameters
    Type Name Description
    System.Guid StackGuid

    Guid of the stack

    System.Guid InstanceDataGuid

    guid of the instance-data

    InstanceDataTaskType TaskType

    Type of the task

    | Improve this Doc View Source

    ExecuteAllTasks()

    Führt alle offenen Aufgaben durch

    Declaration
    public void ExecuteAllTasks()
    | Improve this Doc View Source

    HasConnections(Guid, Guid)

    Returns true if the given instance data guid has any connections

    Declaration
    public bool HasConnections(Guid stackGuid, Guid instanceDataGuid)
    Parameters
    Type Name Description
    System.Guid stackGuid
    System.Guid instanceDataGuid
    Returns
    Type Description
    System.Boolean

    Events

    | Improve this Doc View Source

    OnProcessInstanceDataTaskEventArgs

    Process custom instance data

    Declaration
    public event InstanceDataController.ProcessCustomInstanceDataTask OnProcessInstanceDataTaskEventArgs
    Event Type
    Type Description
    InstanceDataController.ProcessCustomInstanceDataTask
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx