Show / Hide Table of Contents

Interface IWageTypeResult

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IEquatable<IWageTypeResult>.Equals(IWageTypeResult)
INumericValueResult.AlmostEqualValue(decimal?, int)
INumericValueResult.Value
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWageTypeResult : IModel, IAttributeObject, IEquatable<IWageTypeResult>, INumericValueResult

Properties

Culture

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

End

Declaration
DateTime End { get; set; }
Property Value
Type Description
DateTime

PayrollResultId

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

Start

Declaration
DateTime Start { get; set; }
Property Value
Type Description
DateTime

Tags

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

ValueType

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

WageTypeId

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

WageTypeName

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

WageTypeNameLocalizations

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

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