Version:

    Show / Hide Table of Contents

    Class Command

    Inheritance
    System.Object
    Command
    Namespace: SMT.MastaAPI.Utility
    Assembly: SMT.MastaAPI.14.1.1.dll
    Syntax
    public class Command : MarshalByRefObjectPermanent

    Constructors

    Command(ICommand)

    Declaration
    public Command(ICommand wrapped)
    Parameters
    Type Name Description
    System.Windows.Input.ICommand wrapped

    Methods

    Run()

    Declaration
    public void Run()
    Back to top