Class StudentEnrollmentTermRelationshipExceptionEntity
This class represents the EntityModel interface to the AdEnrollTermRelationshipException database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentTermRelationshipExceptionEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentEnrollmentTermRelationshipExceptionEntity()
Declaration
public StudentEnrollmentTermRelationshipExceptionEntity()
Fields
CampusCodeProperty
The CampusCode property.
Declaration
public static readonly EntityProperty CampusCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusNameProperty
The CampusName property.
Declaration
public static readonly EntityProperty CampusNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CategoryProperty
The Category property.
Declaration
public static readonly EntityProperty CategoryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ChildTermIdProperty
The ChildTermId property.
Declaration
public static readonly EntityProperty ChildTermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstNameProperty
The FirstName property.
Declaration
public static readonly EntityProperty FirstNameProperty
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 |
IsProcessedProperty
The IsProcessed property.
Declaration
public static readonly EntityProperty IsProcessedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastNameProperty
The LastName property.
Declaration
public static readonly EntityProperty LastNameProperty
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 |
SchoolStatusIdProperty
The SchoolStatusId property.
Declaration
public static readonly EntityProperty SchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolStatusNameProperty
The SchoolStatusName property.
Declaration
public static readonly EntityProperty SchoolStatusNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SsnProperty
The Ssn property.
Declaration
public static readonly EntityProperty SsnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusCode
Gets or sets the CampusCode associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCode. |
CampusId
Gets or sets the CampusId associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
Category
Gets or sets the Category associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Category. |
ChildTermId
Gets or sets the ChildTermId associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public int ChildTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ChildTermId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstName
Gets or sets the FirstName associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsProcessed
Gets or sets the IsProcessed associated with this StudentEnrollmentTermRelationshipExceptionEntity.
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 StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
SchoolStatusName
Gets or sets the SchoolStatusName associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolStatusName. |
Ssn
Gets or sets the Ssn associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentEnrollmentTermRelationshipExceptionEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Type
Gets or sets the Type associated with this StudentEnrollmentTermRelationshipExceptionEntity.
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()