Class SelectionMmtSubjectGroupEligibilityRuleEntity
This class represents the EntityModel interface to the SmEligibilityRuleSubjectGroup database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SelectionMmtSubjectGroupEligibilityRuleEntity : Entity, IIdentifiable, IAuditable
Constructors
SelectionMmtSubjectGroupEligibilityRuleEntity()
Declaration
public SelectionMmtSubjectGroupEligibilityRuleEntity()
Fields
ConditionalOperatorIdentifierProperty
The ConditionalOperatorIdentifier property.
Declaration
public static readonly EntityProperty ConditionalOperatorIdentifierProperty
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 |
DbWhereClauseProperty
The DbWhereClause property.
Declaration
public static readonly EntityProperty DbWhereClauseProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EligibiltyValueProperty
The EligibiltyValue property.
Declaration
public static readonly EntityProperty EligibiltyValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityWhereClauseProperty
The EntityWhereClause property.
Declaration
public static readonly EntityProperty EntityWhereClauseProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
LogicalOperatorProperty
The LogicalOperator property.
Declaration
public static readonly EntityProperty LogicalOperatorProperty
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 |
SelectionMgmtGroupRuleIdProperty
The SelectionMgmtGroupRuleId property.
Declaration
public static readonly EntityProperty SelectionMgmtGroupRuleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtRuleDetailIdProperty
The SelectionMgmtRuleDetailId property.
Declaration
public static readonly EntityProperty SelectionMgmtRuleDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtRuleIdProperty
The SelectionMgmtRuleId property.
Declaration
public static readonly EntityProperty SelectionMgmtRuleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtSubjectGroupIdProperty
The SelectionMgmtSubjectGroupId property.
Declaration
public static readonly EntityProperty SelectionMgmtSubjectGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ConditionalOperatorIdentifier
Gets or sets the ConditionalOperatorIdentifier associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
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 SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DbWhereClause
Gets or sets the DbWhereClause associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public string DbWhereClause { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DbWhereClause. |
EligibiltyValue
Gets or sets the EligibiltyValue associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public decimal? EligibiltyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The EligibiltyValue. |
EntityWhereClause
Gets or sets the EntityWhereClause associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public string EntityWhereClause { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityWhereClause. |
Id
Gets or sets the Id associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LogicalOperator
Gets or sets the LogicalOperator associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public string LogicalOperator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LogicalOperator. |
RowVersion
Gets or sets the RowVersion associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SelectionMgmtEligibilityRuleGroupList
Declaration
public List<SelectionMgmtEligibilityRuleGroup> SelectionMgmtEligibilityRuleGroupList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SelectionMgmtEligibilityRuleGroup> |
SelectionMgmtGroupRuleId
Gets or sets the SelectionMgmtGroupRuleId associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public int? SelectionMgmtGroupRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtGroupRuleId. |
SelectionMgmtRuleDetailId
Gets or sets the SelectionMgmtRuleDetailId associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
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 SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public int? SelectionMgmtRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtRuleId. |
SelectionMgmtSubjectGroupId
Gets or sets the SelectionMgmtSubjectGroupId associated with this SelectionMmtSubjectGroupEligibilityRuleEntity.
Declaration
public int? SelectionMgmtSubjectGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtSubjectGroupId. |
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()