Interface IReportTemplate
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportTemplate : IModel, IAttributeObject, IEquatable<IReportTemplate>
Properties
Content
Declaration
string Content { get; set; }
Property Value
ContentFile
Declaration
string ContentFile { get; set; }
Property Value
ContentType
Declaration
string ContentType { get; set; }
Property Value
Culture
Declaration
string Culture { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
OverrideType
Declaration
OverrideType OverrideType { get; set; }
Property Value
Resource
Declaration
string Resource { get; set; }
Property Value
Schema
Declaration
string Schema { get; set; }
Property Value
SchemaFile
Declaration
string SchemaFile { get; set; }
Property Value
Extension Methods