Class RegistrationTrackEntity
This class represents the EntityModel interface to the AdRegistrationTrack database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RegistrationTrackEntity : Entity, IIdentifiable, IAuditable
Constructors
RegistrationTrackEntity()
Declaration
public RegistrationTrackEntity()
Fields
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClassSectionIdProperty
Declaration
public static readonly EntityProperty ClassSectionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
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 |
EffectiveEndDateProperty
The EffectiveEndDate property.
Declaration
public static readonly EntityProperty EffectiveEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveStartDateProperty
The EffectiveStartDate property.
Declaration
public static readonly EntityProperty EffectiveStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradeLevelIdProperty
The GradeLevelId property.
Declaration
public static readonly EntityProperty GradeLevelIdProperty
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 |
IsAutoRegisteredForCourseProperty
The IsAutoRegisteredForCourse property.
Declaration
public static readonly EntityProperty IsAutoRegisteredForCourseProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
RegitrationTrackClassSectionsProperty
The RegitrationTrackClassSections property.
Declaration
public static readonly EntityProperty RegitrationTrackClassSectionsProperty
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 |
SectionCodeProperty
The SectionCode property.
Declaration
public static readonly EntityProperty SectionCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ShiftIdProperty
The ShiftId property.
Declaration
public static readonly EntityProperty ShiftIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusGroupId
Gets or sets the CampusGroupId associated with this RegistrationTrackEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
ClassSectionId
Declaration
[Obsolete("Deprecated. Do not use.")]
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Code
Gets or sets the Code associated with this RegistrationTrackEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegistrationTrackEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveEndDate
Gets or sets the EffectiveEndDate associated with this RegistrationTrackEntity.
Declaration
public DateTime? EffectiveEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveEndDate. |
EffectiveStartDate
Gets or sets the EffectiveStartDate associated with this RegistrationTrackEntity.
Declaration
public DateTime? EffectiveStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveStartDate. |
GradeLevelId
Gets or sets the GradeLevelId associated with this RegistrationTrackEntity.
Declaration
public int? GradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GradeLevelId. |
Id
Gets or sets the Id associated with this RegistrationTrackEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this RegistrationTrackEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAutoRegisteredForCourse
Gets or sets the IsAutoRegisteredForCourse associated with this RegistrationTrackEntity.
Declaration
public bool? IsAutoRegisteredForCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAutoRegisteredForCourse. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RegistrationTrackEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegistrationTrackEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this RegistrationTrackEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this RegistrationTrackEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RegitrationTrackClassSections
Declaration
public virtual EntityCollection<RegistrationTrackClassSectionEntity> RegitrationTrackClassSections { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<RegistrationTrackClassSectionEntity> |
RowVersion
Gets or sets the RowVersion associated with this RegistrationTrackEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SectionCode
Gets or sets the SectionCode associated with this RegistrationTrackEntity.
Declaration
public string SectionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SectionCode. |
ShiftId
Gets or sets the ShiftId associated with this RegistrationTrackEntity.
Declaration
public int? ShiftId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ShiftId. |
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()