Class WorkFlowInfo
Inheritance
System.Object
WorkFlowInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: fcSDK.dll
Syntax
public class WorkFlowInfo
Constructors
WorkFlowInfo(String)
Declaration
public WorkFlowInfo(string objectName)
Parameters
Type |
Name |
Description |
System.String |
objectName |
|
Properties
ActivityDate
Declaration
public DateTime ActivityDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
ActivityRelation
Declaration
public string ActivityRelation { get; }
Property Value
Type |
Description |
System.String |
|
ConditionRelation
Declaration
public string ConditionRelation { get; }
Property Value
Type |
Description |
System.String |
|
DatabaseTable
Declaration
public string DatabaseTable { get; }
Property Value
Type |
Description |
System.String |
|
EmployeeID
Declaration
public int EmployeeID { get; }
Property Value
Type |
Description |
System.Int32 |
|
GenerateTimeBomb
Declaration
public bool GenerateTimeBomb { get; }
Property Value
Type |
Description |
System.Boolean |
|
HistoryFieldName
Declaration
public string HistoryFieldName { get; }
Property Value
Type |
Description |
System.String |
|
IDFieldName
Declaration
public string IDFieldName { get; }
Property Value
Type |
Description |
System.String |
|
IDNum
Declaration
public string IDNum { get; }
Property Value
Type |
Description |
System.String |
|
IsAllowedCheckFieldName
Declaration
public string IsAllowedCheckFieldName { get; }
Property Value
Type |
Description |
System.String |
|
IsApplicationUser
Declaration
public bool IsApplicationUser { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSessionUser
Declaration
public bool IsSessionUser { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsWipBinDefault
Declaration
public bool IsWipBinDefault { get; }
Property Value
Type |
Description |
System.Boolean |
|
NewStatus
Declaration
public string NewStatus { get; }
Property Value
Type |
Description |
System.String |
|
NewUserID
Declaration
public int NewUserID { get; }
Property Value
Type |
Description |
System.Int32 |
|
NewUserName
Declaration
public string NewUserName { get; }
Property Value
Type |
Description |
System.String |
|
ObjectName
Declaration
public string ObjectName { get; }
Property Value
Type |
Description |
System.String |
|
OldRejectRelation
Declaration
public string OldRejectRelation { get; }
Property Value
Type |
Description |
System.String |
|
OldStatusRelation
Declaration
public string OldStatusRelation { get; }
Property Value
Type |
Description |
System.String |
|
OwnerRelation
Declaration
public string OwnerRelation { get; }
Property Value
Type |
Description |
System.String |
|
PreviousQueueRelation
Declaration
public string PreviousQueueRelation { get; }
Property Value
Type |
Description |
System.String |
|
QueueId
Declaration
public int QueueId { get; }
Property Value
Type |
Description |
System.Int32 |
|
QueueName
Declaration
public string QueueName { get; }
Property Value
Type |
Description |
System.String |
|
QueueRelation
Declaration
public string QueueRelation { get; }
Property Value
Type |
Description |
System.String |
|
RejectRelation
Declaration
public string RejectRelation { get; }
Property Value
Type |
Description |
System.String |
|
StatusCode
Declaration
public int StatusCode { get; }
Property Value
Type |
Description |
System.Int32 |
|
StatusRelation
Declaration
public string StatusRelation { get; }
Property Value
Type |
Description |
System.String |
|
UseParticipantActEntryModel
Declaration
public bool UseParticipantActEntryModel { get; }
Property Value
Type |
Description |
System.Boolean |
|
UserID
Declaration
public int UserID { get; }
Property Value
Type |
Description |
System.Int32 |
|
UserName
Declaration
public string UserName { get; }
Property Value
Type |
Description |
System.String |
|
WipBin
Declaration
public string WipBin { get; }
Property Value
Type |
Description |
System.String |
|
WipBinID
Declaration
public int WipBinID { get; }
Property Value
Type |
Description |
System.Int32 |
|
WipBinRelation
Declaration
public string WipBinRelation { get; }
Property Value
Type |
Description |
System.String |
|