Class LookupSettings
The lookup settings
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class LookupSettings : IEquatable<LookupSettings>
Constructors
LookupSettings()
Initializes a new instance
Declaration
public LookupSettings()
LookupSettings(LookupSettings)
Initializes a new instance from a copy
Declaration
public LookupSettings(LookupSettings source)
Parameters
| Type | Name | Description |
|---|---|---|
| LookupSettings | source | The copy source |
Properties
LookupName
The lookup name
Declaration
[Required]
public string LookupName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextFieldName
The lookup text/display field name
Declaration
public string TextFieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueFieldName
The lookup value field name
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()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance |