Class SysProcessUserTask
Custom action of the process.
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 SysProcessUserTask : SysBaseEntity, IEntity, ICloneable, ILicObject, ICompositeObject, IRowModel
Constructors
SysProcessUserTask(SysProcessUserTask)
Declaration
public SysProcessUserTask(SysProcessUserTask source)
Parameters
| Type | Name | Description |
|---|---|---|
| SysProcessUserTask | source |
SysProcessUserTask(UserConnection)
Declaration
public SysProcessUserTask(UserConnection userConnection)
Parameters
| Type | Name | Description |
|---|---|---|
| UserConnection | userConnection |
Properties
Position
Position.
Declaration
public int Position { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SysUserTaskSchemaUId
The identifier of the custom action.
Declaration
public Guid SysUserTaskSchemaUId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Methods
Clone()
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Implements
System.ICloneable