Show / Hide Table of Contents

Interface IWageType

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

Properties

Calendar

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

Clusters

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

CollectorGroups

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

Collectors

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

Culture

Declaration
string Culture { get; set; }
Property Value
Type Description
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>

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

ResultActions

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

ResultExpression

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

ResultExpressionFile

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

ValueActions

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

ValueExpression

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

ValueExpressionFile

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

ValueType

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

WageTypeNumber

Declaration
decimal WageTypeNumber { get; set; }
Property Value
Type Description
decimal

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