WizardTableLink Class

Wizard table link class.

Definition

Namespace: Aliquo.Windows.Wizard.Link
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardTableLink : WizardInputLink
Inheritance
Object    WizardInputLink    WizardTableLink

Remarks

Allows to get data from a table.

Constructors

WizardTableLink Class constructor.

Properties

FieldKey Field name to get data from.
Fields Field names to show in the list.
FieldText Field with description.
Filter Filter used to get data.
Order Order applied to data. If empty, no sort will be applied.
Subprocess Subprocess code corresponding to configuration and filter used to show data.
Table Name of the table to get data from.

Methods

ToString Converts control settings into String.
(Overrides ObjectToString)

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also