Show / Hide Table of Contents

Class ReportResponse

The report response client object

Inheritance
object
ReportResponse
Implements
IEquatable<ReportResponse>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Implements

IEquatable<T>

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX