Lookup Class |
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class Lookup : _Lookup
The Lookup type exposes the following members.
Name | Description | |
---|---|---|
Lookup |
Creates and returns a new Lookup object
| |
Lookup(DataRow) |
Creates and returns a new Lookup object
|
Name | Description | |
---|---|---|
ClearLocalCache |
Method clears any locally cached data for this lookup.
|
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
Cache |
Gets and set a value that indicates if this lookup should be cacjed on the client
| |
CalcFields |
Gets and sets the calculation used to populate this lookup
| |
DescriptionField |
Gets and sets the name of the description field for this lookup
| |
IgnoreBlanks |
Gets and sets a value that indicates whether this lookup will exclude rows with a blank description
| |
IgnoreDuplicates |
Gets and sets a value that indicates if this lookup will ignore rows where a row with the same description is already included
| |
IndexField |
Gets and sets the name of the index field for this lookup
| |
MultipleSelect |
Gets and sets a value that indicates whether the lookup allows multiple values to be selected
| |
Name |
Gets and sets the name of this lookup
| |
QueryString |
Gets and sets the query string used to populate this lookup
| |
Sort |
Gets and sets a value that indicates if the lookup will sort values based on the description
| |
System |
Gets and sets the name of the system this lookup belongs to
| |
Table |
Gets and set the table this lookup is populated from
| |
UniqueID |
Gets and sets the Unique ID that idetifies this lookup
| |
Version |
Gets and sets a value that indicates the current version of this lookup
|