Show / Hide Table of Contents

Interface IReport

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

Properties

AttributeMode

Declaration
ReportAttributeMode AttributeMode { get; set; }
Property Value
Type Description
ReportAttributeMode

BuildExpression

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

BuildExpressionFile

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

Category

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

Clusters

Declaration
List<string> Clusters { get; set; }
Property Value
Type Description
List<string>

Description

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

DescriptionLocalizations

Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

EndExpression

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

EndExpressionFile

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

Name

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

NameLocalizations

Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

OverrideType

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

Queries

Declaration
Dictionary<string, string> Queries { get; set; }
Property Value
Type Description
Dictionary<string, string>

Relations

Declaration
List<DataRelation> Relations { get; set; }
Property Value
Type Description
List<DataRelation>

StartExpression

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

StartExpressionFile

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

UserType

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

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