Show / Hide Table of Contents

Class CaseValueResult

Case value result

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

Constructors

CaseValueResult()

Declaration
public CaseValueResult()

Properties

CaseFieldName

The case field name

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

CaseSlot

The case slot

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

Tags

The case value result tags

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

Value

The case result value

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

Operators

implicit operator PayrollValue(CaseValueResult)

Case value result to decimal

Declaration
public static implicit operator PayrollValue(CaseValueResult result)
Parameters
Type Name Description
CaseValueResult result
Returns
Type Description
PayrollValue

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