Show / Hide Table of Contents

Class WageTypeCustomResult

Wage type custom result

Inheritance
object
WageTypeCustomResult
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 WageTypeCustomResult

Constructors

View Source

WageTypeCustomResult()

Declaration
public WageTypeCustomResult()

Properties

View Source

Attributes

The result attributes

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

End

The result period end

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

Name

The wage type name

Declaration
public string Name { get; set; }
Property Value
Type Description
string
View Source

Source

The value source

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

Start

The result period start

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

Tags

The wage type custom result tags

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

Value

The wage type custom result value

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

WageTypeNumber

The wage type number

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

Operators

View Source

implicit operator decimal(WageTypeCustomResult)

Convert wage type custom result to decimal

Declaration
public static implicit operator decimal(WageTypeCustomResult result)
Parameters
Type Name Description
WageTypeCustomResult result
Returns
Type Description
decimal
View Source

implicit operator decimal?(WageTypeCustomResult)

Convert wage type custom result to nullable decimal

Declaration
public static implicit operator decimal?(WageTypeCustomResult result)
Parameters
Type Name Description
WageTypeCustomResult 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)
  • View Source
☀
☾
Back to top Generated by DocFX