Show / Hide Table of Contents

Class ReportRequest

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

Declaration
public ReportRequest()

ReportRequest(ReportRequest)

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

UserId

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

UserIdentifier

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