Interface IReportParameter
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportParameter : IModel, IAttributeObject, IKeyEquatable<IReportParameter>, IEquatable<IReportParameter>
Properties
Description
Declaration
string Description { get; set; }
Property Value
DescriptionLocalizations
Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
Hidden
Declaration
bool Hidden { get; set; }
Property Value
Mandatory
Declaration
bool Mandatory { 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
ParameterType
Declaration
ReportParameterType ParameterType { get; set; }
Property Value
Value
Declaration
string Value { get; set; }
Property Value
ValueType
Declaration
ValueType ValueType { get; set; }
Property Value
Extension Methods