Class StudentEnrollmentPeriodDegree
This class represents the EntityModel interface to the AdEnrollDegree database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentPeriodDegree
Constructors
StudentEnrollmentPeriodDegree()
Declaration
public StudentEnrollmentPeriodDegree()
Properties
AwardedDate
Gets or sets the AwardedDate associated with this StudentEnrollmentPeriodDegree.
Declaration
public DateTime AwardedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The AwardedDate. |
ClearedDate
Gets or sets the ClearedDate associated with this StudentEnrollmentPeriodDegree.
Declaration
public DateTime? ClearedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ClearedDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodDegree.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Degree
Declaration
public virtual Degree Degree { get; set; }
Property Value
Type | Description |
---|---|
Degree |
DegreeId
Gets or sets the DegreeId associated with this StudentEnrollmentPeriodDegree.
Declaration
public int DegreeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DegreeId. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriodDegree.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodDegree.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodDegree.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentEnrollmentPeriodDegree.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodDegree.
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()