Class ReportRequest
The report request client object
Implements
Inherited Members
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 |