Show / Hide Table of Contents

Interface IReportParameter

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

Properties

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>

Hidden

Declaration
bool Hidden { get; set; }
Property Value
Type Description
bool

Mandatory

Declaration
bool Mandatory { get; set; }
Property Value
Type Description
bool

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

ParameterType

Declaration
ReportParameterType ParameterType { get; set; }
Property Value
Type Description
ReportParameterType

Value

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

ValueType

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

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