Class ProcessReportMetaDataEntity
This class represents the EntityModel interface to the ProcessReportMetadata database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ProcessReportMetaDataEntity : Entity, IIdentifiable
Constructors
ProcessReportMetaDataEntity()
Declaration
public ProcessReportMetaDataEntity()
Fields
ColumnsProperty
The Columns property.
Declaration
public static readonly EntityProperty ColumnsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FileTypeProperty
The 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 |
OriginalReportNameProperty
The OriginalReportName property.
Declaration
public static readonly EntityProperty OriginalReportNameProperty
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 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 ProcessReportMetaDataEntity.
Declaration
public string Columns { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Columns. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ProcessReportMetaDataEntity.
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreatedDateTime. |
FileType
Gets or sets the FileType associated with this ProcessReportMetaDataEntity.
Declaration
public string FileType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileType. |
Header
Gets or sets the Header associated with this ProcessReportMetaDataEntity.
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Header. |
Id
Gets or sets the Id associated with this ProcessReportMetaDataEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
OriginalReportName
Gets or sets the OriginalReportName associated with this ProcessReportMetaDataEntity.
Declaration
public string OriginalReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OriginalReportName. |
ProcessName
Gets or sets the ProcessName associated with this ProcessReportMetaDataEntity.
Declaration
public string ProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessName. |
ReportName
Gets or sets the ReportName associated with this ProcessReportMetaDataEntity.
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportName. |
RowVersion
Gets or sets the RowVersion associated with this ProcessReportMetaDataEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SummaryColumns
Gets or sets the SummaryColumns associated with this ProcessReportMetaDataEntity.
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()