Class StudentEnrollmentPeriodRegistrationTermEntity
This class represents the EntityModel interface to the AdEnrollRegTerm database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentPeriodRegistrationTermEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentEnrollmentPeriodRegistrationTermEntity()
Declaration
public StudentEnrollmentPeriodRegistrationTermEntity()
Fields
CreatedDateTimeProperty
The The date when the item or person was added or the status change was entered. 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 |
LastModifiedDateTimeProperty
The The date that the item was updated or changed. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The The last and then first name of the person that changed the item. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OverrideRegistrationGroupIdProperty
The OverrideRegistrationGroupId property.
Declaration
public static readonly EntityProperty OverrideRegistrationGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecordTypeProperty
The RecordType property.
Declaration
public static readonly EntityProperty RecordTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationGroupIdProperty
The The new registration group that the student will be associated with. Staff members can override the registration groups only if they are configured to do so. property.
Declaration
public static readonly EntityProperty RegistrationGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationPasswordProperty
The Password for specific sections and is used in online registration. property.
Declaration
public static readonly EntityProperty RegistrationPasswordProperty
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 |
StudentEnrollmentPeriodIdProperty
The The code and name of the enrollment. property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The Available terms with start and end dates for each term. property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OverrideAdvisementGroup
Declaration
public bool OverrideAdvisementGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OverrideRegistrationGroupId
Gets or sets the OverrideRegistrationGroupId associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public int? OverrideRegistrationGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OverrideRegistrationGroupId. |
RecordType
Gets or sets the RecordType associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public string RecordType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordType. |
RegistrationGroupId
Gets or sets the RegistrationGroupId associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public int? RegistrationGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RegistrationGroupId. |
RegistrationPassword
Gets or sets the RegistrationPassword associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public string RegistrationPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RegistrationPassword. |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentGroupId
Declaration
public int StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
Gets or sets the TermId associated with this StudentEnrollmentPeriodRegistrationTermEntity.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
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()