Class StudentEnrollmentDpaRequirementRuleEntity
This class represents the EntityModel interface to the AdEnrollDegreeAuditRequirementRule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentDpaRequirementRuleEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentEnrollmentDpaRequirementRuleEntity()
Declaration
public StudentEnrollmentDpaRequirementRuleEntity()
Fields
AreaOfStudyIdProperty
The AreaOfStudyId property.
Declaration
public static readonly EntityProperty AreaOfStudyIdProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsManuallyAddedProperty
The IsManuallyAdded property.
Declaration
public static readonly EntityProperty IsManuallyAddedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsWaivedProperty
The IsWaived property.
Declaration
public static readonly EntityProperty IsWaivedProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramIdProperty
The ProgramId property.
Declaration
public static readonly EntityProperty ProgramIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequirementRuleIdProperty
The RequirementRuleId property.
Declaration
public static readonly EntityProperty RequirementRuleIdProperty
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 |
RuleIdProperty
The RuleId property.
Declaration
public static readonly EntityProperty RuleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentDpaCourseCategoryIdProperty
The StudentEnrollmentDpaCourseCategoryId property.
Declaration
public static readonly EntityProperty StudentEnrollmentDpaCourseCategoryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentDpaCourseIdProperty
The StudentEnrollmentDpaCourseId property.
Declaration
public static readonly EntityProperty StudentEnrollmentDpaCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int? AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AreaOfStudyId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsManuallyAdded
Gets or sets the IsManuallyAdded associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public bool IsManuallyAdded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManuallyAdded. |
IsWaived
Gets or sets the IsWaived associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public bool IsWaived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsWaived. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ProgramId
Gets or sets the ProgramId associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RequirementRuleId
Gets or sets the RequirementRuleId associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int RequirementRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RequirementRuleId. |
RequirementRuleIdList
Declaration
public List<int> RequirementRuleIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RuleId
Gets or sets the RuleId associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int? RuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RuleId. |
StudentEnrollmentDpaCourseCategoryId
Gets or sets the StudentEnrollmentDpaCourseCategoryId associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int? StudentEnrollmentDpaCourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentDpaCourseCategoryId. |
StudentEnrollmentDpaCourseId
Gets or sets the StudentEnrollmentDpaCourseId associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int? StudentEnrollmentDpaCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentDpaCourseId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentDpaRequirementRuleEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
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()