SharedCommands Class

Shared commands class.

Definition

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

Remarks

Utility methods for working with extensibility commands.

Constructors

SharedCommandsInitializes a new instance of the SharedCommands class

Methods

GetCollectionButton Gets a collection of buttons.
GetCollectionFormMenuAsync Gets a collection of forms menu.
GetCollectionMenu Gets a menu collection.
GetImage Get the image of a route or a resource.
GetNameImageLarge Gets the equivalent image name for the large size.

Extension Methods

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

See Also