AutoFillSetup Members
The AutoFillSetup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoFillSetup(FieldDefinition) |
Initializes a new instance of the class with a lookup definition that is attached to the primary table of the parent join definition of the foreign field definition parameter.
|
|
AutoFillSetup(LookupDefinitionBase) |
Initializes a new instance of the AutoFillSetup class.
|
Methods
Name | Description | |
---|---|---|
GetAutoFillValueForIdValue(String) |
Gets the automatic fill value for identifier value.
|
|
GetAutoFillValueForIdValue(Int32) |
Gets the automatic fill value for identifier value.
|
|
GetAutoFillValueForIdValue(Nullable<(Of <<'(Int32>)>>)) |
Gets the automatic fill value for identifier value.
|
Properties
Name | Description | |
---|---|---|
AddViewParameter |
Gets or sets the add view parameter.
|
|
AllowLookupAdd |
Gets or sets a value indicating whether allow the lookup window to add-on-the-fly.
|
|
AllowLookupView |
Gets or sets a value indicating whether to allow the lookup window to view a record on-the-fly.
|
|
Distinct |
Gets or sets a value indicating whether this AutoFill is distinct and not allow duplicate rows. Used only for Lookup Definitions who have more than 2 viewable primary key fields.
|
|
ForeignField |
Gets the foreign field.
|
|
LookupDefinition |
Gets the lookup definition.
|
|
SetDirty |
Gets or sets a value indicating whether [set dirty].
|