|
Craig's Utility Library
4.0 Beta
|
Public Member Functions | |
| Manager (IO.FileSystem.Manager FileManager, IO.Serializers.Manager SerializationManager) | |
| Initializes a new instance of the Manager class. More... | |
| IWorkflow< T > | CreateWorkflow< T > (string Name) |
| Creates the workflow. More... | |
| bool | Exists (string Name) |
| Determines if a workflow exists More... | |
| bool | RemoveWorkflow (IWorkflow Workflow) |
| override string | ToString () |
| Returns a System.String that represents this instance. More... | |
Public Member Functions inherited from Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass | |
| void | Dispose () |
| Dispose function More... | |
Protected Member Functions | |
| override void | Dispose (bool Managed) |
| Function to override in order to dispose objects More... | |
Protected Member Functions inherited from Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass | |
| SafeDisposableBaseClass () | |
| Construct More... | |
Properties | |
| DateTime | LastModified [get] |
| Gets the last modified date for the workflows More... | |
| IWorkflow | this[string Name] [get] |
| Gets the IWorkflow with the specified name. More... | |
Workflow manager
Definition at line 36 of file Manager.cs.
| Utilities.Workflow.Manager.Manager.Manager | ( | IO.FileSystem.Manager | FileManager, |
| IO.Serializers.Manager | SerializationManager | ||
| ) |
Initializes a new instance of the Manager class.
| FileManager | The file manager. |
| SerializationManager | The serialization manager. |
Definition at line 43 of file Manager.cs.
| IWorkflow<T> Utilities.Workflow.Manager.Manager.CreateWorkflow< T > | ( | string | Name | ) |
Creates the workflow.
| Name | The name. |
Definition at line 98 of file Manager.cs.
|
protectedvirtual |
Function to override in order to dispose objects
| Managed | If true, managed and unmanaged objects should be disposed. Otherwise unmanaged objects only. |
Implements Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass.
Definition at line 143 of file Manager.cs.
| bool Utilities.Workflow.Manager.Manager.Exists | ( | string | Name | ) |
Determines if a workflow exists
| Name | The name of a workflow |
summary> Removes the workflow.
| Workflow | The workflow. |
Definition at line 113 of file Manager.cs.
| bool Utilities.Workflow.Manager.Manager.RemoveWorkflow | ( | IWorkflow | Workflow | ) |
Definition at line 123 of file Manager.cs.
| override string Utilities.Workflow.Manager.Manager.ToString | ( | ) |
Returns a System.String that represents this instance.
Definition at line 132 of file Manager.cs.
|
get |
Gets the last modified date for the workflows
The last modified date for the workflows
Definition at line 59 of file Manager.cs.
|
get |
Gets the IWorkflow with the specified name.
The IWorkflow.
| Name | The name. |
Definition at line 86 of file Manager.cs.