Class Report
This class represents the EntityModel interface to the syReport database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Report
Constructors
Report()
Declaration
public Report()
Properties
Code
Gets or sets the Code associated with this Report.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Report.
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreatedDateTime. |
CustomerCode
Gets or sets the CustomerCode associated with this Report.
Declaration
public string CustomerCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CustomerCode. |
DisplayOrder
Gets or sets the DisplayOrder associated with this Report.
Declaration
public short? DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The DisplayOrder. |
Id
Gets or sets the Id associated with this Report.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsHidden
Gets or sets the IsHidden associated with this Report.
Declaration
public bool IsHidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHidden. |
IsReportSelectionShownAsModal
Gets or sets the IsReportSelectionShownAsModal associated with this Report.
Declaration
public bool IsReportSelectionShownAsModal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReportSelectionShownAsModal. |
IsReportServerUsed
Gets or sets the IsReportServerUsed associated with this Report.
Declaration
public bool? IsReportServerUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsReportServerUsed. |
IsReportWizardUsed
Gets or sets the IsReportWizardUsed associated with this Report.
Declaration
public bool IsReportWizardUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReportWizardUsed. |
IsSystemCode
Gets or sets the IsSystemCode associated with this Report.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Report.
Declaration
public DateTime? LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Report.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Module
Gets or sets the Module associated with this Report.
Declaration
public string Module { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Module. |
Name
Gets or sets the Name associated with this Report.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this Report.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ReportUse
Gets or sets the ReportUse associated with this Report.
Declaration
public string ReportUse { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportUse. |
UserDefinedStatement
Gets or sets the UserDefinedStatement associated with this Report.
Declaration
public string UserDefinedStatement { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UserDefinedStatement. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |