Show / Hide Table of Contents

Class ReportTemplateQuery

Report templates query

Inheritance
object
Query
ReportTemplateQuery
Inherited Members
Query.ToString()
Query.Status
Query.Filter
Query.OrderBy
Query.Select
Query.Top
Query.Skip
Query.Result
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ReportTemplateQuery : Query

Constructors

ReportTemplateQuery()

Declaration
public ReportTemplateQuery()

Properties

Culture

Report culture

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

ExcludeContent

Exclude report content

Declaration
public bool ExcludeContent { get; set; }
Property Value
Type Description
bool

Extension Methods

ClientQueryExtensions.AppendQueryString(ReportTemplateQuery, string)
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