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 SourceSingleton
Declaration
public static InstanceDataController Singleton { get; }
Property Value
Type | Description |
---|---|
InstanceDataController |
Methods
| Improve this Doc View SourceAddTask(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 |
ExecuteAllTasks()
Führt alle offenen Aufgaben durch
Declaration
public void ExecuteAllTasks()
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 SourceOnProcessInstanceDataTaskEventArgs
Process custom instance data
Declaration
public event InstanceDataController.ProcessCustomInstanceDataTask OnProcessInstanceDataTaskEventArgs
Event Type
Type | Description |
---|---|
InstanceDataController.ProcessCustomInstanceDataTask |