Class Key
Represent a key for lookups or results
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class Key
Constructors
Key(params object[])
Initializes a new instance of the Key class
Declaration
public Key(params object[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| object[] | values | The values |
Methods
ToString()
Returns a key as string
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
Operators
implicit operator string(Key)
Convert values to key
Declaration
public static implicit operator string(Key key)
Parameters
| Type | Name | Description |
|---|---|---|
| Key | key |
Returns
| Type | Description |
|---|---|
| string |