Class RuleWorkflowParameter
This class represents the EntityModel interface to the RuleWorkflowParameter database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RuleWorkflowParameter
Constructors
RuleWorkflowParameter()
Declaration
public RuleWorkflowParameter()
Properties
ConfigurationType
Gets or sets the ConfigurationType associated with this RuleWorkflowParameter.
Declaration
public string ConfigurationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConfigurationType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RuleWorkflowParameter.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Entity
Gets or sets the Entity associated with this RuleWorkflowParameter.
Declaration
public string Entity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Entity. |
Id
Gets or sets the Id associated with this RuleWorkflowParameter.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Label
Gets or sets the Label associated with this RuleWorkflowParameter.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Label. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RuleWorkflowParameter.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RuleWorkflowParameter.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Operator
Gets or sets the Operator associated with this RuleWorkflowParameter.
Declaration
public string Operator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Operator. |
ParameterName
Gets or sets the ParameterName associated with this RuleWorkflowParameter.
Declaration
public string ParameterName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterName. |
ParameterType
Gets or sets the ParameterType associated with this RuleWorkflowParameter.
Declaration
public string ParameterType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterType. |
ParameterValue
Gets or sets the ParameterValue associated with this RuleWorkflowParameter.
Declaration
public string ParameterValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterValue. |
RuleWorkflowId
Gets or sets the RuleWorkflowId associated with this RuleWorkflowParameter.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |