Class WorkflowObjectInfo
Inheritance
System.Object
WorkflowObjectInfo
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 WorkflowObjectInfo
Constructors
WorkflowObjectInfo(String)
Declaration
public WorkflowObjectInfo(string objectName)
Parameters
| Type |
Name |
Description |
| System.String |
objectName |
|
Properties
ActivityRelation
Declaration
public string ActivityRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AttachmentRelation
Declaration
public string AttachmentRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ConditionRelation
Declaration
public string ConditionRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DatabaseTable
Declaration
public string DatabaseTable { get; set; }
Property Value
| Type |
Description |
| System.String |
|
HasIDFieldName
Declaration
public bool HasIDFieldName { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
HistoryFieldName
Declaration
public string HistoryFieldName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IDFieldName
Declaration
public string IDFieldName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IsAllowedCheckFieldName
Declaration
public string IsAllowedCheckFieldName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IsQueueableObject
Declaration
public bool IsQueueableObject { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OldRejectRelation
Declaration
public string OldRejectRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OldStatusRelation
Declaration
public string OldStatusRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OwnerRelation
Declaration
public string OwnerRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ParentRelation
Declaration
public string ParentRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PreviousQueueRelation
Declaration
public string PreviousQueueRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
QueueRelation
Declaration
public string QueueRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RejectRelation
Declaration
public string RejectRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StatusCode
Declaration
public int StatusCode { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
StatusRelation
Declaration
public string StatusRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TimeStampFieldName
Declaration
public string TimeStampFieldName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UseParticipantActEntryModel
Declaration
public bool UseParticipantActEntryModel { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
WipBinRelation
Declaration
public string WipBinRelation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
AddToCache(WorkflowObjectInfo)
Declaration
public static void AddToCache(WorkflowObjectInfo info)
Parameters
AddToCache(WorkflowObjectInfo, String)
Declaration
public static void AddToCache(WorkflowObjectInfo info, string objectName)
Parameters
CreateCustomQueueableObjectInfo(String, Boolean)
Declaration
public static WorkflowObjectInfo CreateCustomQueueableObjectInfo(string objName, bool useCache)
Parameters
| Type |
Name |
Description |
| System.String |
objName |
|
| System.Boolean |
useCache |
|
Returns
GetObjectInfo(String)
Declaration
public static WorkflowObjectInfo GetObjectInfo(string objectName)
Parameters
| Type |
Name |
Description |
| System.String |
objectName |
|
Returns
GetQueueableObjectInfo(String)
Declaration
public static WorkflowObjectInfo GetQueueableObjectInfo(string objectName)
Parameters
| Type |
Name |
Description |
| System.String |
objectName |
|
Returns
GetQueueableObjectInfo(String, Boolean)
Declaration
public static WorkflowObjectInfo GetQueueableObjectInfo(string objectName, bool createCustomIfNotFound)
Parameters
| Type |
Name |
Description |
| System.String |
objectName |
|
| System.Boolean |
createCustomIfNotFound |
|
Returns
ObjectTypeExists(String)
Declaration
public static bool ObjectTypeExists(string objectName)
Parameters
| Type |
Name |
Description |
| System.String |
objectName |
|
Returns
| Type |
Description |
| System.Boolean |
|