Class StudentEnrollmentTermRelationshipException
This class represents the EntityModel interface to the AdEnrollTermRelationshipException database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentTermRelationshipException
Constructors
StudentEnrollmentTermRelationshipException()
Declaration
public StudentEnrollmentTermRelationshipException()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusCode
Gets or sets the CampusCode associated with this StudentEnrollmentTermRelationshipException.
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCode. |
CampusId
Gets or sets the CampusId associated with this StudentEnrollmentTermRelationshipException.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this StudentEnrollmentTermRelationshipException.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
Category
Gets or sets the Category associated with this StudentEnrollmentTermRelationshipException.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Category. |
ChildTerm
Declaration
public virtual Term ChildTerm { get; set; }
Property Value
Type | Description |
---|---|
Term |
ChildTermId
Gets or sets the ChildTermId associated with this StudentEnrollmentTermRelationshipException.
Declaration
public int ChildTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ChildTermId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentTermRelationshipException.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstName
Gets or sets the FirstName associated with this StudentEnrollmentTermRelationshipException.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this StudentEnrollmentTermRelationshipException.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsProcessed
Gets or sets the IsProcessed associated with this StudentEnrollmentTermRelationshipException.
Declaration
public bool? IsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsProcessed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentTermRelationshipException.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentTermRelationshipException.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this StudentEnrollmentTermRelationshipException.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
SchoolStatus
Declaration
public virtual SchoolStatus SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this StudentEnrollmentTermRelationshipException.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
SchoolStatusName
Gets or sets the SchoolStatusName associated with this StudentEnrollmentTermRelationshipException.
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolStatusName. |
Ssn
Gets or sets the Ssn associated with this StudentEnrollmentTermRelationshipException.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentTermRelationshipException.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentEnrollmentTermRelationshipException.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Type
Gets or sets the Type associated with this StudentEnrollmentTermRelationshipException.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |