Show / Hide Table of Contents

Interface IPayroll

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

Properties

ClusterSetCase

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

ClusterSetCaseField

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

ClusterSetCaseValue

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

ClusterSetCollector

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

ClusterSetCollectorRetro

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

ClusterSetWageType

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

ClusterSetWageTypePeriod

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

ClusterSetWageTypeRetro

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

ClusterSets

Declaration
List<ClusterSet> ClusterSets { get; set; }
Property Value
Type Description
List<ClusterSet>

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>

DivisionId

Declaration
int DivisionId { get; set; }
Property Value
Type Description
int

DivisionName

Declaration
string DivisionName { 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>

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