Class SysEntityPrcStartEvent
Inheritance
System.Object
SysEntityPrcStartEvent
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Terrasoft.Core.dll
Syntax
public class SysEntityPrcStartEvent : SysBaseEntity, IEntity, ICloneable, ILicObject, ICompositeObject, IRowModel
Constructors
SysEntityPrcStartEvent(SysEntityPrcStartEvent)
Declaration
public SysEntityPrcStartEvent(SysEntityPrcStartEvent source)
Parameters
SysEntityPrcStartEvent(UserConnection)
Declaration
public SysEntityPrcStartEvent(UserConnection userConnection)
Parameters
Properties
ChangedColumns
Declaration
public string ChangedColumns { get; set; }
Property Value
Type |
Description |
System.String |
|
ConditionData
Declaration
public string ConditionData { get; set; }
Property Value
Type |
Description |
System.String |
|
EntitySchemaUId
Declaration
public Guid EntitySchemaUId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
ProcessSchema
Declaration
public SysSchema ProcessSchema { get; }
Property Value
ProcessSchemaElementUId
Declaration
public Guid ProcessSchemaElementUId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
ProcessSchemaId
Declaration
public Guid ProcessSchemaId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
RecordChangeType
Declaration
public int RecordChangeType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Signal
Declaration
public string Signal { get; set; }
Property Value
Type |
Description |
System.String |
|
WaitingRandomSignal
Declaration
public bool WaitingRandomSignal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Clone()
Declaration
public override object Clone()
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
System.ICloneable
Extension Methods