Class ReportServiceContext
Report service context
Inheritance
ReportServiceContext
Implements
Inherited Members
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ReportServiceContext : RegulationServiceContext, IServiceContext
Constructors
ReportServiceContext(ITenant, IRegulation, IReport)
Initializes a new instance of the ReportServiceContext class
Declaration
public ReportServiceContext(ITenant tenant, IRegulation regulation, IReport report)
Parameters
| Type | Name | Description |
|---|---|---|
| ITenant | tenant | The tenant |
| IRegulation | regulation | The regulation |
| IReport | report | The report id |
ReportServiceContext(int, int, int)
Initializes a new instance of the ReportServiceContext class
Declaration
public ReportServiceContext(int tenantId, int regulationId, int reportId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | tenantId | The tenant id |
| int | regulationId | The regulation id |
| int | reportId | The report id |
Properties
ReportId
The report id
Declaration
public int ReportId { get; }
Property Value
| Type | Description |
|---|---|
| int |