Class ReportResponse
The report response client object
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ReportResponse : IEquatable<ReportResponse>
Constructors
ReportResponse()
Initializes a new instance of the ReportResponse class
Declaration
public ReportResponse()
ReportResponse(ReportResponse)
Initializes a new instance of the ReportResponse class
Declaration
public ReportResponse(ReportResponse copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportResponse | copySource | The copy source. |
Properties
Culture
The report culture
Declaration
public string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parameters
The report parameters
Declaration
public Dictionary<string, string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Queries
The report queries, key is the query name and value the api operation name
Declaration
public Dictionary<string, string> Queries { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Relations
The report relations
Declaration
public List<DataRelation> Relations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DataRelation> |
ReportName
The report name
Declaration
public string ReportName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Result
The report result data, a serialized data set
Declaration
public DataSet Result { get; set; }
Property Value
| Type | Description |
|---|---|
| DataSet |
User
The report user identifier
Declaration
public string User { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Equals(ReportResponse)
Declaration
public virtual bool Equals(ReportResponse compare)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportResponse | compare |
Returns
| Type | Description |
|---|---|
| bool |