Class WorkflowStepTableInfo
Table 'workflow_step': A set of steps related to a workflow.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("workflow_step")]
public class WorkflowStepTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
Fields
DictionaryTableName
Conceptual name of table WorkflowStep in the database dictionary: workflow_step
Declaration
public const string DictionaryTableName = "workflow_step"
Field Value
Type | Description |
---|---|
string |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
Properties
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
DictionaryTableNumber
Table number for table WorkflowStep in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
LeftOuterJoin_SShipmentAddr_WorkflowStepId
Generated left outer join from the primary key WorkflowStepId on this table, to SShipmentAddr.WorkflowStepId.
Declaration
public TargetedLeftOuterJoin<SShipmentAddrTableInfo> LeftOuterJoin_SShipmentAddr_WorkflowStepId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SShipmentAddrTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
LeftOuterJoin_WorkflowInstance_CurrentStep
Generated left outer join from the primary key WorkflowStepId on this table, to WorkflowInstance.CurrentStep.
Declaration
public TargetedLeftOuterJoin<WorkflowInstanceTableInfo> LeftOuterJoin_WorkflowInstance_CurrentStep { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<WorkflowInstanceTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
LeftOuterJoin_WorkflowInstance_LastCommunicationStep
Generated left outer join from the primary key WorkflowStepId on this table, to WorkflowInstance.LastCommunicationStep.
Declaration
public TargetedLeftOuterJoin<WorkflowInstanceTableInfo> LeftOuterJoin_WorkflowInstance_LastCommunicationStep { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<WorkflowInstanceTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
LeftOuterJoin_WorkflowRootStepLink_WorkflowStepId
Generated left outer join from the primary key WorkflowStepId on this table, to WorkflowRootStepLink.WorkflowStepId.
Declaration
public TargetedLeftOuterJoin<WorkflowRootStepLinkTableInfo> LeftOuterJoin_WorkflowRootStepLink_WorkflowStepId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<WorkflowRootStepLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
LeftOuterJoin_WorkflowStepOptionLink_WorkflowStepId
Generated left outer join from the primary key WorkflowStepId on this table, to WorkflowStepOptionLink.WorkflowStepId.
Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionLinkTableInfo> LeftOuterJoin_WorkflowStepOptionLink_WorkflowStepId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<WorkflowStepOptionLinkTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
LeftOuterJoin_WorkflowStepOption_WorkflowStepId
Generated left outer join from the primary key WorkflowStepId on this table, to WorkflowStepOption.WorkflowStepId.
Declaration
public TargetedLeftOuterJoin<WorkflowStepOptionTableInfo> LeftOuterJoin_WorkflowStepOption_WorkflowStepId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<WorkflowStepOptionTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
LeftOuterJoin_WorkflowWaitForAction_WorkflowStepId
Generated left outer join from the primary key WorkflowStepId on this table, to WorkflowWaitForAction.WorkflowStepId.
Declaration
public TargetedLeftOuterJoin<WorkflowWaitForActionTableInfo> LeftOuterJoin_WorkflowWaitForAction_WorkflowStepId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<WorkflowWaitForActionTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
Registered
Field 'registered' in table 'workflow_step': Dictionary type UtcDateTime, .NET type: DateTime
Registered whenDeclaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
RegisteredAssociateId
Field 'registered_associate_id' in table 'workflow_step': Dictionary type FK, target: Associate, .NET type: int
Registered by whomDeclaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
Settings
Field 'settings' in table 'workflow_step': Dictionary type Clob, .NET type: string
Step settings/configuration/variablesDeclaration
public StringFieldInfo Settings { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
StepType
Field 'step_type' in table 'workflow_step': Dictionary type Enum, .NET type: WorkflowStepType
Step typeDeclaration
public WorkflowStepTypeFieldInfo StepType { get; }
Property Value
Type | Description |
---|---|
WorkflowStepTypeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
Updated
Field 'updated' in table 'workflow_step': Dictionary type UtcDateTime, .NET type: DateTime
Last updated whenDeclaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
UpdatedAssociateId
Field 'updated_associate_id' in table 'workflow_step': Dictionary type FK, target: Associate, .NET type: int
Last updated by whomDeclaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
UpdatedCount
Field 'updatedCount' in table 'workflow_step': Dictionary type UShort, .NET type: short
Number of updates made to this recordDeclaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().
WorkflowStepId
Field 'workflow_step_id' in table 'workflow_step': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo WorkflowStepId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetWorkflowStepInfo().