Class RuleWorkflowParameterEntity
This class represents the EntityModel interface to the RuleWorkflowParameter database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class RuleWorkflowParameterEntity : Entity, IIdentifiable, IAuditable
Constructors
RuleWorkflowParameterEntity()
Declaration
public RuleWorkflowParameterEntity()
Fields
ConfigurationTypeProperty
The ConfigurationType property.
Declaration
public static readonly EntityProperty ConfigurationTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityProperty
The Entity property.
Declaration
public static readonly EntityProperty EntityProperty
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 |
LabelProperty
The Label property.
Declaration
public static readonly EntityProperty LabelProperty
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 |
OperatorProperty
The Operator property.
Declaration
public static readonly EntityProperty OperatorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ParameterNameProperty
The ParameterName property.
Declaration
public static readonly EntityProperty ParameterNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ParameterPromptProperty
Declaration
public static readonly EntityProperty ParameterPromptProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ParameterTypeProperty
The ParameterType property.
Declaration
public static readonly EntityProperty ParameterTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ParameterValueProperty
The ParameterValue property.
Declaration
public static readonly EntityProperty ParameterValueProperty
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 |
RuleWorkflowIdProperty
The RuleWorkflowId property.
Declaration
public static readonly EntityProperty RuleWorkflowIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ConfigurationType
Gets or sets the ConfigurationType associated with this RuleWorkflowParameterEntity.
Declaration
public string ConfigurationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConfigurationType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RuleWorkflowParameterEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Entity
Gets or sets the Entity associated with this RuleWorkflowParameterEntity.
Declaration
public string Entity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Entity. |
Id
Gets or sets the Id associated with this RuleWorkflowParameterEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Label
Gets or sets the Label associated with this RuleWorkflowParameterEntity.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Label. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RuleWorkflowParameterEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RuleWorkflowParameterEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Operator
Gets or sets the Operator associated with this RuleWorkflowParameterEntity.
Declaration
public string Operator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Operator. |
ParameterName
Gets or sets the ParameterName associated with this RuleWorkflowParameterEntity.
Declaration
public string ParameterName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterName. |
ParameterPrompt
Declaration
public string ParameterPrompt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParameterType
Gets or sets the ParameterType associated with this RuleWorkflowParameterEntity.
Declaration
public string ParameterType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterType. |
ParameterValue
Gets or sets the ParameterValue associated with this RuleWorkflowParameterEntity.
Declaration
public string ParameterValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterValue. |
RowVersion
Gets or sets the RowVersion associated with this RuleWorkflowParameterEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RuleWorkflowId
Gets or sets the RuleWorkflowId associated with this RuleWorkflowParameterEntity.
Declaration
public int RuleWorkflowId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RuleWorkflowId. |
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()