Interface IReportTemplate
The report template client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportTemplate : IModel, IAttributeObject, IEquatable<IReportTemplate>
Properties
Content
The report content (client owned)
Declaration
string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentFile
The report content file name (client only)
Declaration
string ContentFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentType
The report content type
Declaration
string ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Culture
The report culture
Declaration
string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The payroll report template name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OverrideType
The override type
Declaration
OverrideType OverrideType { get; set; }
Property Value
| Type | Description |
|---|---|
| OverrideType |
Resource
The report external resource
Declaration
string Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Schema
The report schema (client owned)
Declaration
string Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SchemaFile
The report schema file name (client only)
Declaration
string SchemaFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |