Class TsmErrorFileDetailEntity
This class represents the EntityModel for the FaTsmErrorDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
[Obsolete("Do not use. This entity is deprecated.")]
public class TsmErrorFileDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
TsmErrorFileDetailEntity()
Declaration
public TsmErrorFileDetailEntity()
Fields
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TsmErrorFileIdProperty
The TsmErrorFileId property.
Declaration
public static readonly EntityProperty TsmErrorFileIdProperty
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
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TsmErrorFileDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ErrorCode
Gets or sets the ErrorCode associated with this TsmErrorFileDetailEntity.
Declaration
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ErrorCode. |
FieldInError
Gets or sets the FieldInError associated with this TsmErrorFileDetailEntity.
Declaration
public string FieldInError { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldInError. |
Id
Gets or sets the Id associated with this TsmErrorFileDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TsmErrorFileDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TsmErrorFileDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this TsmErrorFileDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TsmErrorFileId
Gets or sets the TsmErrorFileId associated with this TsmErrorFileDetailEntity.
Declaration
public int TsmErrorFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TsmErrorFileId. |
ValueOfFieldInError
Gets or sets the ValueOfFieldInError associated with this TsmErrorFileDetailEntity.
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()