Class StudentEnrollmentPeriodAdvisor
This class represents the EntityModel interface to the vw_StudentEnrollmentAdvisors database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentPeriodAdvisor
Constructors
StudentEnrollmentPeriodAdvisor()
Declaration
public StudentEnrollmentPeriodAdvisor()
Properties
AdvisorFirstName
Gets or sets the AdvisorFirstName associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public string AdvisorFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdvisorFirstName. |
AdvisorLastName
Gets or sets the AdvisorLastName associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public string AdvisorLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdvisorLastName. |
AdvisorModule
Gets or sets the AdvisorModule associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public string AdvisorModule { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdvisorModule. |
AdvisorStaffCode
Gets or sets the AdvisorStaffCode associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public string AdvisorStaffCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdvisorStaffCode. |
AdvisorStaffGroupCode
Gets or sets the AdvisorStaffGroupCode associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public string AdvisorStaffGroupCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdvisorStaffGroupCode. |
AdvisorStaffGroupName
Gets or sets the AdvisorStaffGroupName associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public string AdvisorStaffGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdvisorStaffGroupName. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StaffGroup
Declaration
public virtual StaffGroup StaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
StaffGroupId
Gets or sets the StaffGroupId associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public int StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffGroupId. |
StaffId
Gets or sets the StaffId associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
StaffPerson
Declaration
public virtual Staff StaffPerson { get; set; }
Property Value
Type | Description |
---|---|
Staff |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentEnrollmentPeriodAdvisor.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()