Class ReportSet
The report set API object
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ReportSet : Report, INameObject, IReportSet, IReport, IModel, IAttributeObject, IKeyEquatable<IReport>, IEquatable<IReport>, IEquatable<IReportSet>
Constructors
ReportSet()
Initializes a new instance
Declaration
public ReportSet()
ReportSet(Report)
Initializes a new instance from a copy
Declaration
public ReportSet(Report copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| Report | copySource | The copy source |
ReportSet(ReportSet)
Initializes a new instance from a copy
Declaration
public ReportSet(ReportSet copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportSet | copySource | The copy source |
Properties
Parameters
The report parameters
Declaration
[JsonPropertyOrder(201)]
public List<ReportParameter> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ReportParameter> |
RegulationId
The regulation id
Declaration
[JsonPropertyOrder(200)]
public int RegulationId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Templates
The report templates
Declaration
[JsonPropertyOrder(202)]
public List<ReportTemplate> Templates { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ReportTemplate> |
Methods
Equals(IReportSet)
Declaration
public virtual bool Equals(IReportSet compare)
Parameters
| Type | Name | Description |
|---|---|---|
| IReportSet | compare |
Returns
| Type | Description |
|---|---|
| bool |