Class TsmStudent
This class represents the EntityModel interface to the TsmMain database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TsmStudent
Constructors
TsmStudent()
Declaration
public TsmStudent()
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this TsmStudent.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this TsmStudent.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TsmStudent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpectedStartDate
Gets or sets the ExpectedStartDate associated with this TsmStudent.
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpectedStartDate. |
Id
Gets or sets the Id associated with this TsmStudent.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDeleted
Gets or sets the IsDeleted associated with this TsmStudent.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDeleted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TsmStudent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TsmStudent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MonitorStartDate
Gets or sets the MonitorStartDate associated with this TsmStudent.
Declaration
public DateTime MonitorStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The MonitorStartDate. |
OpeIdentifier
Gets or sets the OpeIdentifier associated with this TsmStudent.
Declaration
public string OpeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OpeIdentifier. |
Ssn
Gets or sets the Ssn associated with this TsmStudent.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StartType
Gets or sets the StartType associated with this TsmStudent.
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 TsmStudent.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
TsmStatus
Gets or sets the TsmStatus associated with this TsmStudent.
Declaration
public string TsmStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TsmStatus. |
TsmStudentFaHistoryDetailAggregates
Declaration
public virtual ICollection<TsmStudentFaHistoryDetailAggregate> TsmStudentFaHistoryDetailAggregates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TsmStudentFaHistoryDetailAggregate> |
TsmStudentFaHistoryDetailGrants
Declaration
public virtual ICollection<TsmStudentFaHistoryDetailGrant> TsmStudentFaHistoryDetailGrants { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TsmStudentFaHistoryDetailGrant> |
TsmStudentFaHistoryDetailLoans
Declaration
public virtual ICollection<TsmStudentFaHistoryDetailLoan> TsmStudentFaHistoryDetailLoans { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TsmStudentFaHistoryDetailLoan> |
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. |