Class RuleWorkflowEntity
This class represents the EntityModel interface to the RuleWorkflow database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class RuleWorkflowEntity : Entity, IIdentifiable, IAuditable
Constructors
RuleWorkflowEntity()
Declaration
public RuleWorkflowEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityTypeProperty
The EntityType property.
Declaration
public static readonly EntityProperty EntityTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EventTypeProperty
The EventType property.
Declaration
public static readonly EntityProperty EventTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RuleIdentifierProperty
The RuleIdentifier property.
Declaration
public static readonly EntityProperty RuleIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RuleOrderProperty
The RuleOrder property.
Declaration
public static readonly EntityProperty RuleOrderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RuleTableNameProperty
The RuleTableName property.
Declaration
public static readonly EntityProperty RuleTableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkflowNameProperty
The WorkflowName property.
Declaration
public static readonly EntityProperty WorkflowNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkflowParametersProperty
The WorkflowParameters property.
Declaration
public static readonly EntityProperty WorkflowParametersProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RuleWorkflowEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EntityType
Gets or sets the EntityType associated with this RuleWorkflowEntity.
Declaration
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityType. |
EventType
Gets or sets the EventType associated with this RuleWorkflowEntity.
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EventType. |
Id
Gets or sets the Id associated with this RuleWorkflowEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RuleWorkflowEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RuleWorkflowEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this RuleWorkflowEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RuleIdentifier
Gets or sets the RuleIdentifier associated with this RuleWorkflowEntity.
Declaration
public Guid RuleIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The RuleIdentifier. |
RuleOrder
Gets or sets the RuleOrder associated with this RuleWorkflowEntity.
Declaration
public int? RuleOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RuleOrder. |
RuleTableName
Gets or sets the RuleTableName associated with this RuleWorkflowEntity.
Declaration
public string RuleTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RuleTableName. |
WorkflowName
Gets or sets the WorkflowName associated with this RuleWorkflowEntity.
Declaration
public string WorkflowName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WorkflowName. |
WorkflowParameters
Declaration
public virtual EntityCollection<RuleWorkflowParameterEntity> WorkflowParameters { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<RuleWorkflowParameterEntity> |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()