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

View Source

CaseValueResult()

Declaration
public CaseValueResult()

Properties

View Source

CaseFieldName

The case field name

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

CaseSlot

The case slot

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

Tags

The case value result tags

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

Value

The case result value

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

Operators

View Source

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)
  • View Source
☀
☾
Back to top Generated by DocFX