Show / Hide Table of Contents

Class CaseValueColumn

Case value column

Inheritance
object
CaseValueColumn
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.Function
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CaseValueColumn

Constructors

View Source

CaseValueColumn(string)

New instance of case value column

Declaration
public CaseValueColumn(string name)
Parameters
Type Name Description
string name

The column name

View Source

CaseValueColumn(string, string, Type)

New instance of case value column

Declaration
public CaseValueColumn(string name, string lookupName, Type lookupType = null)
Parameters
Type Name Description
string name

The column name

string lookupName

The lookup name

Type lookupType

The lookup type

Properties

View Source

LookupName

The lookup name

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

LookupType

The lookup type

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

Name

The column name

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

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