Partager via


Command Class

Definition

public ref class Command : IDisposable, Microsoft::Practices::ObjectBuilder::IBuilderAware
public class Command : IDisposable, Microsoft.Practices.ObjectBuilder.IBuilderAware
type Command = class
    interface IDisposable
    interface IBuilderAware
Public Class Command
Implements IBuilderAware, IDisposable
Inheritance
Command
Derived
Implements

Constructors

Command()

Properties

Adapters
MapService
Name
Status
TraceSource

Methods

AddCommandAdapter(CommandAdapter)
AddInvoker(Object, String)
Dispose()
Dispose(Boolean)
Execute()
FindAdapters<TAdapter>()
OnBuiltUp(String)
OnChanged()
OnExecuteAction(Object, EventArgs)
OnTearingDown()
RemoveCommandAdapter(CommandAdapter)
RemoveInvoker(Object, String)

Events

Changed
ExecuteAction

Applies to