Class TsmErrorFileDetail
This class represents the Query Model interface to the FaTsmErrorDetail database table. This partial is automatically generated and contains all of the entity properties as defined in the PocoMapper data mapping file. Do not edit this file, as your changes will be overwritten the next time this code is generated.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
[Obsolete("Do not use. This entity has been deprecated.")]
public class TsmErrorFileDetail
Constructors
TsmErrorFileDetail()
Declaration
public TsmErrorFileDetail()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TsmErrorFileDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ErrorCode
Gets or sets the ErrorCode associated with this TsmErrorFileDetail.
Declaration
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ErrorCode. |
FieldInError
Gets or sets the FieldInError associated with this TsmErrorFileDetail.
Declaration
public string FieldInError { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldInError. |
Id
Gets or sets the Id associated with this TsmErrorFileDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TsmErrorFileDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TsmErrorFileDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
TsmErrorFile
Declaration
public virtual TsmErrorFile TsmErrorFile { get; set; }
Property Value
Type | Description |
---|---|
TsmErrorFile |
TsmErrorFileId
Gets or sets the TsmErrorFileId associated with this TsmErrorFileDetail.
Declaration
public int TsmErrorFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TsmErrorFileId. |
ValueOfFieldInError
Gets or sets the ValueOfFieldInError associated with this TsmErrorFileDetail.
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)
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder |