C# Class MigSharp.Core.Commands.Command

Inheritance: ICommand
ファイルを表示 Open project: dradovic/MigSharp Class Usage Examples

Public Methods

Method Description
Add ( ICommand child ) : void

Protected Methods

Method Description
AddTranslatableCommand ( ITranslatableCommand command ) : void
Command ( Command parent ) : System.Collections.Generic

Method Details

Add() public method

public Add ( ICommand child ) : void
child ICommand
return void

AddTranslatableCommand() protected method

protected AddTranslatableCommand ( ITranslatableCommand command ) : void
command ITranslatableCommand
return void

Command() protected method

protected Command ( Command parent ) : System.Collections.Generic
parent Command
return System.Collections.Generic