Class TsmStudentDetailEntity
This class represents the EntityModel interface to the FaTsmDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class TsmStudentDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
TsmStudentDetailEntity()
Declaration
public TsmStudentDetailEntity()
Fields
BatchKeyProperty
The BatchKey property.
Declaration
public static readonly EntityProperty BatchKeyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BirthDateProperty
The BirthDate property.
Declaration
public static readonly EntityProperty BirthDateProperty
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 |
ExpectedStartDateProperty
The ExpectedStartDate property.
Declaration
public static readonly EntityProperty ExpectedStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaExportImportFileIdProperty
The FaExportImportFileId property.
Declaration
public static readonly EntityProperty FaExportImportFileIdProperty
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 |
IsDeletedProperty
The IsDeleted property.
Declaration
public static readonly EntityProperty IsDeletedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobTypeProperty
The JobType property.
Declaration
public static readonly EntityProperty JobTypeProperty
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 |
MonitorStartDateProperty
The MonitorStartDate property.
Declaration
public static readonly EntityProperty MonitorStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OpeIdentifierProperty
The OpeIdentifier property.
Declaration
public static readonly EntityProperty OpeIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestTypeProperty
The RequestType property.
Declaration
public static readonly EntityProperty RequestTypeProperty
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 |
StartTypeProperty
The StartType property.
Declaration
public static readonly EntityProperty StartTypeProperty
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 |
StudentNumberProperty
The StudentNumber property.
Declaration
public static readonly EntityProperty StudentNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentSsnProperty
The StudentSsn property.
Declaration
public static readonly EntityProperty StudentSsnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentStatusProperty
The StudentStatus property.
Declaration
public static readonly EntityProperty StudentStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TsmStudentIdProperty
The TsmStudentId property.
Declaration
public static readonly EntityProperty TsmStudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BatchKey
Gets or sets the BatchKey associated with this TsmStudentDetailEntity.
Declaration
public string BatchKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchKey. |
BirthDate
Gets or sets the BirthDate associated with this TsmStudentDetailEntity.
Declaration
public DateTime? BirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BirthDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TsmStudentDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpectedStartDate
Gets or sets the ExpectedStartDate associated with this TsmStudentDetailEntity.
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpectedStartDate. |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this TsmStudentDetailEntity.
Declaration
public int? FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaExportImportFileId. |
FirstName
Gets or sets the FirstName associated with this TsmStudentDetailEntity.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this TsmStudentDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDeleted
Gets or sets the IsDeleted associated with this TsmStudentDetailEntity.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDeleted. |
JobType
Gets or sets the JobType associated with this TsmStudentDetailEntity.
Declaration
public string JobType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobType. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TsmStudentDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TsmStudentDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this TsmStudentDetailEntity.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
MonitorStartDate
Gets or sets the MonitorStartDate associated with this TsmStudentDetailEntity.
Declaration
public DateTime MonitorStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The MonitorStartDate. |
OpeIdentifier
Gets or sets the OpeIdentifier associated with this TsmStudentDetailEntity.
Declaration
public string OpeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OpeIdentifier. |
RequestType
Gets or sets the RequestType associated with this TsmStudentDetailEntity.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RequestType. |
RowVersion
Gets or sets the RowVersion associated with this TsmStudentDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StartType
Gets or sets the StartType associated with this TsmStudentDetailEntity.
Declaration
public string StartType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StartType. |
StudentId
Gets or sets the StudentId associated with this TsmStudentDetailEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentNumber
Gets or sets the StudentNumber associated with this TsmStudentDetailEntity.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
StudentSsn
Gets or sets the StudentSsn associated with this TsmStudentDetailEntity.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
StudentStatus
Gets or sets the StudentStatus associated with this TsmStudentDetailEntity.
Declaration
public string StudentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentStatus. |
TsmStudentId
Gets or sets the TsmStudentId associated with this TsmStudentDetailEntity.
Declaration
public int? TsmStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TsmStudentId. |
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()