Show / Hide Table of Contents

Interface IReportTemplate

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IEquatable<IReportTemplate>.Equals(IReportTemplate)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportTemplate : IModel, IAttributeObject, IEquatable<IReportTemplate>

Properties

Content

Declaration
string Content { get; set; }
Property Value
Type Description
string

ContentFile

Declaration
string ContentFile { get; set; }
Property Value
Type Description
string

ContentType

Declaration
string ContentType { get; set; }
Property Value
Type Description
string

Culture

Declaration
string Culture { get; set; }
Property Value
Type Description
string

Name

Declaration
string Name { get; set; }
Property Value
Type Description
string

OverrideType

Declaration
OverrideType OverrideType { get; set; }
Property Value
Type Description
OverrideType

Resource

Declaration
string Resource { get; set; }
Property Value
Type Description
string

Schema

Declaration
string Schema { get; set; }
Property Value
Type Description
string

SchemaFile

Declaration
string SchemaFile { get; set; }
Property Value
Type Description
string

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX