Class SchemaWasChangedEventArgs
Represent information about changed scheme of a process
Inheritance
↳ object
↳ EventArgs
↳ SchemaWasChangedEventArgs
Inherited Members
Empty
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class SchemaWasChangedEventArgs : EventArgs
Properties
ProcessId
Id of the process whose scheme was changed
Declarationpublic Guid ProcessId { get; set; }
Type | Description |
---|---|
Guid |
SchemeId
Actual scheme id
Declarationpublic Guid SchemeId { get; set; }
Type | Description |
---|---|
Guid |
SchemaWasObsolete
True if the scheme of the process was change due to scheme was obsolete
Declarationpublic bool SchemaWasObsolete { get; set; }
Type | Description |
---|---|
bool |
DeterminingParametersWasChanged
True if the scheme of the procee was changed due to process creating parameters was changed
Declarationpublic bool DeterminingParametersWasChanged { get; set; }
Type | Description |
---|---|
bool |