Interface IBaseProcessSchemaManagerItem
Represents manager item of the base process schema.
Inherited Members
Namespace: Terrasoft.Core.Process
Assembly: Terrasoft.Core.dll
Syntax
public interface IBaseProcessSchemaManagerItem : ISchemaManagerItem, IManagerItem
Properties
Instance
Gets the schema instance.
Declaration
BaseProcessSchema Instance { get; }
Property Value
| Type | Description |
|---|---|
| BaseProcessSchema | The schema instance. |
Methods
GetIsEnabled()
Returns true if current instance is enabled, otherwise false.
Declaration
bool GetIsEnabled()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Verify()
Verifies this item.
Declaration
void Verify()
Verify(ProcessStartType)
Verifies this item.
Declaration
void Verify(ProcessStartType startType)
Parameters
| Type | Name | Description |
|---|---|---|
| ProcessStartType | startType | Desired start type to verify. |