Class StudentAdvisorEntity
This class represents the EntityModel for the SyAdvisorByEnroll database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class StudentAdvisorEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAdvisorEntity()
Declaration
public StudentAdvisorEntity()
Fields
AdvisorModuleProperty
The The type of advisor based on whether the advisor is assigned at the time of enrollment or within the assignment dialog box. property.
Declaration
public static readonly EntityProperty AdvisorModuleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StaffGroupIdProperty
The Group containing staff members in an institution. Typically, the groups are based on departments and job functions. Administrators can use staff groups to assign or revoke access privileges to all the members in the staff group. property.
Declaration
public static readonly EntityProperty StaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StaffIdProperty
The The last name and first name of the staff member. property.
Declaration
public static readonly EntityProperty StaffIdProperty
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 |
Properties
AdvisorModule
Gets or sets the AdvisorModule associated with this StudentAdvisorEntity.
Declaration
public string AdvisorModule { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdvisorModule. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAdvisorEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAdvisorEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAdvisorEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentAdvisorEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StaffGroupId
Gets or sets the StaffGroupId associated with this StudentAdvisorEntity.
Declaration
public int StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffGroupId. |
StaffId
Gets or sets the StaffId associated with this StudentAdvisorEntity.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAdvisorEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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()