CommandParameter Class

Command parameter class.

Definition

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

Constructors

CommandParameterInitializes a new instance of the CommandParameter class

Properties

Key Parameter key.
Tag Parameter tag.
Text Parameter text.

Extension Methods

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

See Also