Class TsmErrorFileEntity
This class represents the EntityModel interface to the FaTsmError database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class TsmErrorFileEntity : Entity, IIdentifiable, IAuditable
Constructors
TsmErrorFileEntity()
Declaration
public TsmErrorFileEntity()
Fields
BatchIdentifierProperty
The BatchIdentifier property.
Declaration
public static readonly EntityProperty BatchIdentifierProperty
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 |
ErrorCodeProperty
The ErrorCode property.
Declaration
public static readonly EntityProperty ErrorCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldInErrorProperty
The FieldInError property.
Declaration
public static readonly EntityProperty FieldInErrorProperty
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 |
IsReviewedProperty
The IsReviewed property.
Declaration
public static readonly EntityProperty IsReviewedProperty
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 |
RequestIndicatorProperty
The RequestIndicator property.
Declaration
public static readonly EntityProperty RequestIndicatorProperty
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 |
SchoolCodeProperty
The SchoolCode property.
Declaration
public static readonly EntityProperty SchoolCodeProperty
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 |
SubmittalDateProperty
The SubmittalDate property.
Declaration
public static readonly EntityProperty SubmittalDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SubmittalSequenceNumberProperty
The SubmittalSequenceNumber property.
Declaration
public static readonly EntityProperty SubmittalSequenceNumberProperty
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 |
ValueOfFieldInErrorProperty
The ValueOfFieldInError property.
Declaration
public static readonly EntityProperty ValueOfFieldInErrorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this TsmErrorFileEntity.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
BirthDate
Gets or sets the BirthDate associated with this TsmErrorFileEntity.
Declaration
public DateTime BirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BirthDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TsmErrorFileEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ErrorCode
Gets or sets the ErrorCode associated with this TsmErrorFileEntity.
Declaration
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ErrorCode. |
FieldInError
Gets or sets the FieldInError associated with this TsmErrorFileEntity.
Declaration
public string FieldInError { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldInError. |
FirstName
Gets or sets the FirstName associated with this TsmErrorFileEntity.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this TsmErrorFileEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReviewed
Gets or sets the IsReviewed associated with this TsmErrorFileEntity.
Declaration
public bool IsReviewed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReviewed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TsmErrorFileEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TsmErrorFileEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this TsmErrorFileEntity.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
RequestIndicator
Gets or sets the RequestIndicator associated with this TsmErrorFileEntity.
Declaration
public string RequestIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RequestIndicator. |
RowVersion
Gets or sets the RowVersion associated with this TsmErrorFileEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolCode
Gets or sets the SchoolCode associated with this TsmErrorFileEntity.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
StudentSsn
Gets or sets the StudentSsn associated with this TsmErrorFileEntity.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
SubmittalDate
Gets or sets the SubmittalDate associated with this TsmErrorFileEntity.
Declaration
public DateTime SubmittalDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The SubmittalDate. |
SubmittalSequenceNumber
Gets or sets the SubmittalSequenceNumber associated with this TsmErrorFileEntity.
Declaration
public string SubmittalSequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SubmittalSequenceNumber. |
TsmStudentId
Gets or sets the TsmStudentId associated with this TsmErrorFileEntity.
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 TsmErrorFileEntity.
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()