Show / Hide Table of Contents

Class LookupSettings

Inheritance
object
LookupSettings
Implements
IEquatable<LookupSettings>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class LookupSettings : IEquatable<LookupSettings>

Constructors

LookupSettings()

Declaration
public LookupSettings()

LookupSettings(LookupSettings)

Declaration
public LookupSettings(LookupSettings source)
Parameters
Type Name Description
LookupSettings source

Properties

LookupName

Declaration
[Required]
public string LookupName { get; set; }
Property Value
Type Description
string

TextFieldName

Declaration
public string TextFieldName { get; set; }
Property Value
Type Description
string

ValueFieldName

Declaration
public string ValueFieldName { get; set; }
Property Value
Type Description
string

Methods

Equals(LookupSettings)

Declaration
public virtual bool Equals(LookupSettings compare)
Parameters
Type Name Description
LookupSettings compare
Returns
Type Description
bool

ToString()

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

Implements

IEquatable<T>

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