Class TsmErrorFile
This class represents the EntityModel interface to the FaTsmError database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TsmErrorFile
Constructors
TsmErrorFile()
Declaration
public TsmErrorFile()
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this TsmErrorFile.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
BirthDate
Gets or sets the BirthDate associated with this TsmErrorFile.
Declaration
public DateTime BirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BirthDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TsmErrorFile.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ErrorCode
Gets or sets the ErrorCode associated with this TsmErrorFile.
Declaration
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ErrorCode. |
FieldInError
Gets or sets the FieldInError associated with this TsmErrorFile.
Declaration
public string FieldInError { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldInError. |
FirstName
Gets or sets the FirstName associated with this TsmErrorFile.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this TsmErrorFile.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReviewed
Gets or sets the IsReviewed associated with this TsmErrorFile.
Declaration
public bool IsReviewed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReviewed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TsmErrorFile.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TsmErrorFile.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this TsmErrorFile.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
RequestIndicator
Gets or sets the RequestIndicator associated with this TsmErrorFile.
Declaration
public string RequestIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RequestIndicator. |
SchoolCode
Gets or sets the SchoolCode associated with this TsmErrorFile.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
StudentSsn
Gets or sets the StudentSsn associated with this TsmErrorFile.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
SubmittalDate
Gets or sets the SubmittalDate associated with this TsmErrorFile.
Declaration
public DateTime SubmittalDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The SubmittalDate. |
SubmittalSequenceNumber
Gets or sets the SubmittalSequenceNumber associated with this TsmErrorFile.
Declaration
public string SubmittalSequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SubmittalSequenceNumber. |
TsmStudent
Declaration
public virtual TsmStudent TsmStudent { get; set; }
Property Value
Type | Description |
---|---|
TsmStudent |
TsmStudentId
Gets or sets the TsmStudentId associated with this TsmErrorFile.
Declaration
public int? TsmStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TsmStudentId. |
ValueOfFieldInError
Gets or sets the ValueOfFieldInError associated with this TsmErrorFile.
Declaration
public string ValueOfFieldInError { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ValueOfFieldInError. |
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. |