Show / Hide Table of Contents

Class WageTypeResult

Wage type result

Inheritance
object
WageTypeResult
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class WageTypeResult

Constructors

WageTypeResult()

Declaration
public WageTypeResult()

Properties

Attributes

The result attributes

Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type Description
Dictionary<string, object>

End

The result period end

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

Start

The result period start

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

Tags

The wage type result tags

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

Value

The wage type result value

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

WageTypeName

The wage type name

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

WageTypeNumber

The wage type number

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

Operators

implicit operator decimal(WageTypeResult)

Convert wage type result to decimal

Declaration
public static implicit operator decimal(WageTypeResult result)
Parameters
Type Name Description
WageTypeResult result
Returns
Type Description
decimal

implicit operator decimal?(WageTypeResult)

Convert wage type result to nullable decimal

Declaration
public static implicit operator decimal?(WageTypeResult result)
Parameters
Type Name Description
WageTypeResult result
Returns
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