Class FaaBusinessProcessReportMetaDataDetailEntity
This class represents the EntityModel interface to the FaAutomatedBusinessProcessReportMetadata database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaBusinessProcessReportMetaDataDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaBusinessProcessReportMetaDataDetailEntity()
Declaration
public FaaBusinessProcessReportMetaDataDetailEntity()
Fields
ColumnsProperty
The Columns property.
Declaration
public static readonly EntityProperty ColumnsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ColumnsTypeDataProperty
The ColumnsTypeData property.
Declaration
public static readonly EntityProperty ColumnsTypeDataProperty
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 |
FileTypeProperty
The FileType property.
Declaration
public static readonly EntityProperty FileTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HeaderProperty
The Header property.
Declaration
public static readonly EntityProperty HeaderProperty
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 |
ProcessNameProperty
The ProcessName property.
Declaration
public static readonly EntityProperty ProcessNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReportNameProperty
The ReportName property.
Declaration
public static readonly EntityProperty ReportNameProperty
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 |
SummaryColumnsProperty
The SummaryColumns property.
Declaration
public static readonly EntityProperty SummaryColumnsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Columns
Gets or sets the Columns associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public string Columns { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Columns. |
ColumnsTypeData
Gets or sets the ColumnsTypeData associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public string ColumnsTypeData { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ColumnsTypeData. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FileType
Gets or sets the FileType associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public string FileType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileType. |
Header
Gets or sets the Header associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Header. |
Id
Gets or sets the Id associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProcessName
Gets or sets the ProcessName associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public string ProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessName. |
ReportName
Gets or sets the ReportName associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportName. |
RowVersion
Gets or sets the RowVersion associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SummaryColumns
Gets or sets the SummaryColumns associated with this FaaBusinessProcessReportMetaDataDetailEntity.
Declaration
public string SummaryColumns { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SummaryColumns. |
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()