Show / Hide Table of Contents

Class CaseValueReference

Inheritance
object
CaseValueReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public class CaseValueReference

Constructors

CaseValueReference(string)

Declaration
public CaseValueReference(string reference)
Parameters
Type Name Description
string reference

CaseValueReference(string, string)

Declaration
public CaseValueReference(string caseFieldName, string caseSlot)
Parameters
Type Name Description
string caseFieldName
string caseSlot

Fields

CaseFieldSlotSeparator

Declaration
public static readonly char CaseFieldSlotSeparator
Field Value
Type Description
char

Properties

CaseFieldName

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

CaseSlot

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

HasCaseSlot

Declaration
public bool HasCaseSlot { get; }
Property Value
Type Description
bool

Reference

Declaration
public string Reference { get; }
Property Value
Type Description
string

Methods

ToReference(string, string)

Declaration
public static string ToReference(string caseFieldName, string caseSlot)
Parameters
Type Name Description
string caseFieldName
string caseSlot
Returns
Type Description
string

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

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