Class RequirementRuleEntity
This class represents the EntityModel interface to the AdRequirementRule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RequirementRuleEntity : Entity, IIdentifiable, IAuditable
Constructors
RequirementRuleEntity()
Declaration
public RequirementRuleEntity()
Fields
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
DocumentStatusIdProperty
The DocumentStatusId property.
Declaration
public static readonly EntityProperty DocumentStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentTypeIdProperty
The DocumentTypeId property.
Declaration
public static readonly EntityProperty DocumentTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntranceTestIdProperty
The EntranceTestId property.
Declaration
public static readonly EntityProperty EntranceTestIdProperty
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 |
IsAdvancedProperty
The IsAdvanced property.
Declaration
public static readonly EntityProperty IsAdvancedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRuleBasedProperty
The IsRuleBased property.
Declaration
public static readonly EntityProperty IsRuleBasedProperty
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 |
MinCreditsProperty
The MinCredits property.
Declaration
public static readonly EntityProperty MinCreditsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumCreditsProperty
The MinimumCredits property.
Declaration
public static readonly EntityProperty MinimumCreditsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumberOfCoursesProperty
The NumberOfCourses property.
Declaration
public static readonly EntityProperty NumberOfCoursesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResultDateProperty
The ResultDate property.
Declaration
public static readonly EntityProperty ResultDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResultNumberProperty
The ResultNumber property.
Declaration
public static readonly EntityProperty ResultNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResultTextProperty
The ResultText property.
Declaration
public static readonly EntityProperty ResultTextProperty
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 |
RuleTypeProperty
The RuleType property.
Declaration
public static readonly EntityProperty RuleTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ScoreProperty
The Score property.
Declaration
public static readonly EntityProperty ScoreProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Code
Gets or sets the Code associated with this RequirementRuleEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RequirementRuleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentStatusId
Gets or sets the DocumentStatusId associated with this RequirementRuleEntity.
Declaration
public int? DocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentStatusId. |
DocumentTypeId
Gets or sets the DocumentTypeId associated with this RequirementRuleEntity.
Declaration
public int? DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentTypeId. |
EntranceTestId
Gets or sets the EntranceTestId associated with this RequirementRuleEntity.
Declaration
public int? EntranceTestId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EntranceTestId. |
Id
Gets or sets the Id associated with this RequirementRuleEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this RequirementRuleEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAdvanced
Gets or sets the IsAdvanced associated with this RequirementRuleEntity.
Declaration
public bool IsAdvanced { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAdvanced. |
IsRuleBased
Gets or sets the IsRuleBased associated with this RequirementRuleEntity.
Declaration
public bool? IsRuleBased { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsRuleBased. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RequirementRuleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RequirementRuleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinCredits
Gets or sets the MinCredits associated with this RequirementRuleEntity.
Declaration
public decimal MinCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinCredits. |
MinimumCredits
Gets or sets the MinimumCredits associated with this RequirementRuleEntity.
Declaration
public int? MinimumCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MinimumCredits. |
Name
Gets or sets the Name associated with this RequirementRuleEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NumberOfCourses
Gets or sets the NumberOfCourses associated with this RequirementRuleEntity.
Declaration
public int? NumberOfCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberOfCourses. |
ResultDate
Gets or sets the ResultDate associated with this RequirementRuleEntity.
Declaration
public DateTime? ResultDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ResultDate. |
ResultNumber
Gets or sets the ResultNumber associated with this RequirementRuleEntity.
Declaration
public int? ResultNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ResultNumber. |
ResultText
Gets or sets the ResultText associated with this RequirementRuleEntity.
Declaration
public string ResultText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultText. |
RowVersion
Gets or sets the RowVersion associated with this RequirementRuleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RuleIdentifier
Gets or sets the RuleIdentifier associated with this RequirementRuleEntity.
Declaration
public Guid RuleIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The RuleIdentifier. |
RuleType
Gets or sets the RuleType associated with this RequirementRuleEntity.
Declaration
public string RuleType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RuleType. |
Score
Gets or sets the Score associated with this RequirementRuleEntity.
Declaration
public string Score { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Score. |
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()