Class SysProcessIntermediateEvent
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Configuration
Assembly: Terrasoft.Core.dll
Syntax
public class SysProcessIntermediateEvent : SysBaseEntity, IEntity, ICloneable, ILicObject, ICompositeObject, IRowModel
Constructors
SysProcessIntermediateEvent(SysProcessIntermediateEvent)
Declaration
public SysProcessIntermediateEvent(SysProcessIntermediateEvent source)
Parameters
| Type | Name | Description |
|---|---|---|
| SysProcessIntermediateEvent | source |
SysProcessIntermediateEvent(UserConnection)
Declaration
public SysProcessIntermediateEvent(UserConnection userConnection)
Parameters
| Type | Name | Description |
|---|---|---|
| UserConnection | userConnection |
Properties
Message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SysProcessElement
Declaration
public SysProcessElementData SysProcessElement { get; }
Property Value
| Type | Description |
|---|---|
| SysProcessElementData |
SysProcessElementId
Declaration
public Guid SysProcessElementId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Methods
Clone()
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Implements
System.ICloneable