Show / Hide Table of Contents

Class ReportRequest

The report request client object

Inheritance
object
ReportRequest
Implements
IEquatable<ReportRequest>
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 ReportRequest : IEquatable<ReportRequest>

Constructors

ReportRequest()

Initializes a new instance of the ReportRequest class

Declaration
public ReportRequest()

ReportRequest(ReportRequest)

Initializes a new instance of the ReportRequest class

Declaration
public ReportRequest(ReportRequest copySource)
Parameters
Type Name Description
ReportRequest 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>

UserId

The report user id

Declaration
public int UserId { get; set; }
Property Value
Type Description
int

UserIdentifier

The report user identifier

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

Methods

Equals(ReportRequest)

Declaration
public virtual bool Equals(ReportRequest compare)
Parameters
Type Name Description
ReportRequest 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