Class SelectionMgmtEligibilityRule
This class represents the EntityModel interface to the SmEligibilityRuleGeneral database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SelectionMgmtEligibilityRule
Constructors
SelectionMgmtEligibilityRule()
Declaration
public SelectionMgmtEligibilityRule()
Properties
ConditionalOperatorIdentifier
Gets or sets the ConditionalOperatorIdentifier associated with this SelectionMgmtEligibilityRule.
Declaration
public int? ConditionalOperatorIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ConditionalOperatorIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtEligibilityRule.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DbWhereClause
Gets or sets the DbWhereClause associated with this SelectionMgmtEligibilityRule.
Declaration
public string DbWhereClause { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DbWhereClause. |
EntityWhereClause
Gets or sets the EntityWhereClause associated with this SelectionMgmtEligibilityRule.
Declaration
public string EntityWhereClause { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityWhereClause. |
Id
Gets or sets the Id associated with this SelectionMgmtEligibilityRule.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SelectionMgmtEligibilityRule.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMgmtEligibilityRule.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SelectionMgmtEligibilityRule.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LogicalOperator
Gets or sets the LogicalOperator associated with this SelectionMgmtEligibilityRule.
Declaration
public string LogicalOperator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LogicalOperator. |
SelectionMgmtEligibilityRuleType
Declaration
public virtual SelectionMgmtEligibilityRuleType SelectionMgmtEligibilityRuleType { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtEligibilityRuleType |
SelectionMgmtEligibilityRuleTypeId
Gets or sets the SelectionMgmtEligibilityRuleTypeId associated with this SelectionMgmtEligibilityRule.
Declaration
public int? SelectionMgmtEligibilityRuleTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtEligibilityRuleTypeId. |
SelectionMgmtRule
Declaration
public virtual SelectionMgmtRule SelectionMgmtRule { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtRule |
SelectionMgmtRuleDetail
Declaration
public virtual SelectionMgmtRuleDetail SelectionMgmtRuleDetail { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtRuleDetail |
SelectionMgmtRuleDetailId
Gets or sets the SelectionMgmtRuleDetailId associated with this SelectionMgmtEligibilityRule.
Declaration
public int? SelectionMgmtRuleDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtRuleDetailId. |
SelectionMgmtRuleId
Gets or sets the SelectionMgmtRuleId associated with this SelectionMgmtEligibilityRule.
Declaration
public int? SelectionMgmtRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtRuleId. |
SelectionMmtGroupEligibilityRuleId
Gets or sets the SelectionMmtGroupEligibilityRuleId associated with this SelectionMgmtEligibilityRule.
Declaration
public int? SelectionMmtGroupEligibilityRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMmtGroupEligibilityRuleId. |
StringValue
Gets or sets the StringValue associated with this SelectionMgmtEligibilityRule.
Declaration
public string StringValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StringValue. |
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. |