Show / Hide Table of Contents

Class Key

Represent a key for lookups or results

Inheritance
object
Key
Inherited Members
object.GetType()
object.MemberwiseClone()
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 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
object.ToString()

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

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