WizardTableList Class

Wizard table list class.

Definition

Namespace: Aliquo.Windows.Wizard.List
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardTableList : WizardInputList
Inheritance
Object    WizardInputList    WizardTableList

Remarks

Shows values from a table.

Constructors

WizardTableList Class constructor.

Properties

FieldKey Field name to get data from.
FieldText Field with description.
Filter Filter used to get data.
Order Order applied to data. If empty, no order 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