Interface IReport
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReport : IModel, IAttributeObject, IKeyEquatable<IReport>, IEquatable<IReport>
Properties
AttributeMode
Declaration
ReportAttributeMode AttributeMode { get; set; }
Property Value
BuildExpression
Declaration
string BuildExpression { get; set; }
Property Value
BuildExpressionFile
Declaration
string BuildExpressionFile { get; set; }
Property Value
Category
Declaration
string Category { get; set; }
Property Value
Clusters
Declaration
List<string> Clusters { get; set; }
Property Value
Description
Declaration
string Description { get; set; }
Property Value
DescriptionLocalizations
Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
EndExpression
Declaration
string EndExpression { get; set; }
Property Value
EndExpressionFile
Declaration
string EndExpressionFile { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
NameLocalizations
Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
OverrideType
Declaration
OverrideType OverrideType { get; set; }
Property Value
Queries
Declaration
Dictionary<string, string> Queries { get; set; }
Property Value
Relations
Declaration
List<DataRelation> Relations { get; set; }
Property Value
StartExpression
Declaration
string StartExpression { get; set; }
Property Value
StartExpressionFile
Declaration
string StartExpressionFile { get; set; }
Property Value
UserType
Declaration
UserType UserType { get; set; }
Property Value
Extension Methods