Class ReportSet
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ReportSet : Report, INameObject, IReportSet, IReport, IModel, IAttributeObject, IKeyEquatable<IReport>, IEquatable<IReport>, IEquatable<IReportSet>
Constructors
ReportSet()
Declaration
ReportSet(Report)
Declaration
public ReportSet(Report copySource)
Parameters
| Type |
Name |
Description |
| Report |
copySource |
|
ReportSet(ReportSet)
Declaration
public ReportSet(ReportSet copySource)
Parameters
Properties
Parameters
Declaration
[JsonPropertyOrder(201)]
public List<ReportParameter> Parameters { get; set; }
Property Value
RegulationId
Declaration
[JsonPropertyOrder(200)]
public int RegulationId { get; set; }
Property Value
Templates
Declaration
[JsonPropertyOrder(202)]
public List<ReportTemplate> Templates { get; set; }
Property Value
Methods
Equals(IReportSet)
Declaration
public virtual bool Equals(IReportSet compare)
Parameters
Returns
Implements
Extension Methods