Class TsmStudentDetail
This class represents the EntityModel interface to the FaTsmDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TsmStudentDetail
Constructors
TsmStudentDetail()
Declaration
public TsmStudentDetail()
Properties
BatchKey
Gets or sets the BatchKey associated with this TsmStudentDetail.
Declaration
public string BatchKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchKey. |
BirthDate
Gets or sets the BirthDate associated with this TsmStudentDetail.
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 TsmStudentDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpectedStartDate
Gets or sets the ExpectedStartDate associated with this TsmStudentDetail.
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpectedStartDate. |
FaExportImportFile
Declaration
public virtual FaExportImportFile FaExportImportFile { get; set; }
Property Value
Type | Description |
---|---|
FaExportImportFile |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this TsmStudentDetail.
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 TsmStudentDetail.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this TsmStudentDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDeleted
Gets or sets the IsDeleted associated with this TsmStudentDetail.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDeleted. |
JobType
Gets or sets the JobType associated with this TsmStudentDetail.
Declaration
public string JobType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobType. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TsmStudentDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TsmStudentDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this TsmStudentDetail.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
MonitorStartDate
Gets or sets the MonitorStartDate associated with this TsmStudentDetail.
Declaration
public DateTime MonitorStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The MonitorStartDate. |
OpeIdentifier
Gets or sets the OpeIdentifier associated with this TsmStudentDetail.
Declaration
public string OpeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OpeIdentifier. |
RequestType
Gets or sets the RequestType associated with this TsmStudentDetail.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RequestType. |
StartType
Gets or sets the StartType associated with this TsmStudentDetail.
Declaration
public string StartType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StartType. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this TsmStudentDetail.
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 TsmStudentDetail.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
StudentSsn
Gets or sets the StudentSsn associated with this TsmStudentDetail.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
StudentStatus
Gets or sets the StudentStatus associated with this TsmStudentDetail.
Declaration
public string StudentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentStatus. |
TsmStudent
Declaration
public virtual TsmStudent TsmStudent { get; set; }
Property Value
Type | Description |
---|---|
TsmStudent |
TsmStudentId
Gets or sets the TsmStudentId associated with this TsmStudentDetail.
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()
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. |