Skip to main content

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

Syntax
public class SchemaWasChangedEventArgs : EventArgs

Properties

ProcessId

Id of the process whose scheme was changed

Declaration
public Guid ProcessId { get; set; }
Property value
TypeDescription
Guid

SchemeId

Actual scheme id

Declaration
public Guid SchemeId { get; set; }
Property value
TypeDescription
Guid

SchemaWasObsolete

True if the scheme of the process was change due to scheme was obsolete

Declaration
public bool SchemaWasObsolete { get; set; }
Property value
TypeDescription
bool

DeterminingParametersWasChanged

True if the scheme of the procee was changed due to process creating parameters was changed

Declaration
public bool DeterminingParametersWasChanged { get; set; }
Property value
TypeDescription
bool

Extension Methods