C# Class Microsoft.Data.Entity.Design.Model.Commands.DelegateCommand

Inheritance: Microsoft.Data.Entity.Design.Model.Commands.Command
Datei anzeigen Open project: dotnet/ef6tools Class Usage Examples

Protected Methods

Method Description
InvokeInternal ( Microsoft.Data.Entity.Design.Model.Commands.CommandProcessorContext cpc ) : void

Private Methods

Method Description
DelegateCommand ( Action delegateCommandCallback ) : System

Method Details

InvokeInternal() protected method

protected InvokeInternal ( Microsoft.Data.Entity.Design.Model.Commands.CommandProcessorContext cpc ) : void
cpc Microsoft.Data.Entity.Design.Model.Commands.CommandProcessorContext
return void