Class ServicerProcessExceptionEntity
This class represents the EntityModel interface to the FaServicerException database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ServicerProcessExceptionEntity : Entity, IIdentifiable, IAuditable
Constructors
ServicerProcessExceptionEntity()
Declaration
public ServicerProcessExceptionEntity()
Fields
AdditionalInfoProperty
The AdditionalInfo property.
Declaration
public static readonly EntityProperty AdditionalInfoProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CorrectedXmlProperty
The CorrectedXml property.
Declaration
public static readonly EntityProperty CorrectedXmlProperty
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 |
FaExportImportFileIdProperty
The FaExportImportFileId property.
Declaration
public static readonly EntityProperty FaExportImportFileIdProperty
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 |
InUseDateTimeProperty
The InUseDateTime property.
Declaration
public static readonly EntityProperty InUseDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InUseStaffIdProperty
The InUseStaffId property.
Declaration
public static readonly EntityProperty InUseStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDeletedProperty
The IsDeleted property.
Declaration
public static readonly EntityProperty IsDeletedProperty
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 |
ReprocessDateProperty
The ReprocessDate property.
Declaration
public static readonly EntityProperty ReprocessDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReprocessUserIdProperty
The ReprocessUserId property.
Declaration
public static readonly EntityProperty ReprocessUserIdProperty
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 |
ServicerSchoolCodeProperty
The ServicerSchoolCode property.
Declaration
public static readonly EntityProperty ServicerSchoolCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceXmlProperty
The SourceXml property.
Declaration
public static readonly EntityProperty SourceXmlProperty
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 |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdditionalInfo
Gets or sets the AdditionalInfo associated with this ServicerProcessExceptionEntity.
Declaration
public string AdditionalInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdditionalInfo. |
CorrectedXml
Gets or sets the CorrectedXml associated with this ServicerProcessExceptionEntity.
Declaration
public string CorrectedXml { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorrectedXml. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ServicerProcessExceptionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ErrorCode
Gets or sets the ErrorCode associated with this ServicerProcessExceptionEntity.
Declaration
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ErrorCode. |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this ServicerProcessExceptionEntity.
Declaration
public int? FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaExportImportFileId. |
Id
Gets or sets the Id associated with this ServicerProcessExceptionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InUseDateTime
Gets or sets the InUseDateTime associated with this ServicerProcessExceptionEntity.
Declaration
public DateTime? InUseDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The InUseDateTime. |
InUseStaffId
Gets or sets the InUseStaffId associated with this ServicerProcessExceptionEntity.
Declaration
public int? InUseStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The InUseStaffId. |
IsDeleted
Gets or sets the IsDeleted associated with this ServicerProcessExceptionEntity.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDeleted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ServicerProcessExceptionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ServicerProcessExceptionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReprocessDate
Gets or sets the ReprocessDate associated with this ServicerProcessExceptionEntity.
Declaration
public DateTime? ReprocessDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReprocessDate. |
ReprocessUserId
Gets or sets the ReprocessUserId associated with this ServicerProcessExceptionEntity.
Declaration
public int? ReprocessUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReprocessUserId. |
RowVersion
Gets or sets the RowVersion associated with this ServicerProcessExceptionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ServicerSchoolCode
Gets or sets the ServicerSchoolCode associated with this ServicerProcessExceptionEntity.
Declaration
public string ServicerSchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ServicerSchoolCode. |
SourceXml
Gets or sets the SourceXml associated with this ServicerProcessExceptionEntity.
Declaration
public string SourceXml { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceXml. |
StudentSsn
Gets or sets the StudentSsn associated with this ServicerProcessExceptionEntity.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
Type
Gets or sets the Type associated with this ServicerProcessExceptionEntity.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
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()