Class CaseValueColumn
Case value column
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class CaseValueColumn
Constructors
View SourceCaseValueColumn(string)
New instance of case value column
Declaration
public CaseValueColumn(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The column name |
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 SourceLookupName
The lookup name
Declaration
public string LookupName { get; }
Property Value
| Type | Description |
|---|---|
| string |
LookupType
The lookup type
Declaration
public Type LookupType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Name
The column name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |