Show / Hide Table of Contents

Class ReportResponse

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()

Declaration
public ReportResponse()

ReportResponse(ReportResponse)

Declaration
public ReportResponse(ReportResponse copySource)
Parameters
Type Name Description
ReportResponse copySource

Properties

Culture

Declaration
public string Culture { get; set; }
Property Value
Type Description
string

Parameters

Declaration
public Dictionary<string, string> Parameters { get; set; }
Property Value
Type Description
Dictionary<string, string>

Queries

Declaration
public Dictionary<string, string> Queries { get; set; }
Property Value
Type Description
Dictionary<string, string>

Relations

Declaration
public List<DataRelation> Relations { get; set; }
Property Value
Type Description
List<DataRelation>

ReportName

Declaration
public string ReportName { get; set; }
Property Value
Type Description
string

Result

Declaration
public DataSet Result { get; set; }
Property Value
Type Description
DataSet

User

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