FieldCommandParameter Class

Field command parameter class.

Definition

Namespace: Aliquo.Windows.Models
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class FieldCommandParameter
Inheritance
Object    FieldCommandParameter

Remarks

Model passed as a parameter to the Execute() and CanExecute() methods of the field commands.

Constructors

FieldCommandParameterInitializes a new instance of the FieldCommandParameter class

Properties

Area Gets the area corresponding to the control.
Bottom Bottom position of the control on the screen.
Field Field Name.
Left Left position of the control on the screen.
Right Right position of the control on the screen.
Text Text in field edit.
Top Top position of the control on the screen.

Extension Methods

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

See Also