Class FaaBusinessProcessReportDetailEntity
This class represents the EntityModel interface to the FaAutomatedBusinessProcessReportData database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaBusinessProcessReportDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaBusinessProcessReportDetailEntity()
Declaration
public FaaBusinessProcessReportDetailEntity()
Fields
BusinessProcessRequestIdProperty
The BusinessProcessRequestId property.
Declaration
public static readonly EntityProperty BusinessProcessRequestIdProperty
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 |
DocumentIdentifierProperty
The DocumentIdentifier property.
Declaration
public static readonly EntityProperty DocumentIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaaBusinessProcessReportMetaDataDetailIdProperty
The FaaBusinessProcessReportMetaDataDetailId property.
Declaration
public static readonly EntityProperty FaaBusinessProcessReportMetaDataDetailIdProperty
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 |
FileNameProperty
The FileName property.
Declaration
public static readonly EntityProperty FileNameProperty
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 |
IsHeaderProperty
The IsHeader property.
Declaration
public static readonly EntityProperty IsHeaderProperty
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 |
ReportDataProperty
The ReportData property.
Declaration
public static readonly EntityProperty ReportDataProperty
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 |
StudentDataProperty
The StudentData property.
Declaration
public static readonly EntityProperty StudentDataProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public int BusinessProcessRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessRequestId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentIdentifier
Gets or sets the DocumentIdentifier associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public string DocumentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentIdentifier. |
FaaBusinessProcessReportMetaDataDetailId
Gets or sets the FaaBusinessProcessReportMetaDataDetailId associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public int FaaBusinessProcessReportMetaDataDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaBusinessProcessReportMetaDataDetailId. |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public int? FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaExportImportFileId. |
FileName
Gets or sets the FileName associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileName. |
Id
Gets or sets the Id associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsHeader
Gets or sets the IsHeader associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public bool IsHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHeader. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReportData
Gets or sets the ReportData associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public string ReportData { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportData. |
RowVersion
Gets or sets the RowVersion associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentData
Gets or sets the StudentData associated with this FaaBusinessProcessReportDetailEntity.
Declaration
public string StudentData { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentData. |
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()