Method | Description | |
---|---|---|
CanExecute ( |
||
Execute ( Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax childDeclaration, Microsoft.CodeAnalysis.SemanticModel semantic, |
Method | Description | |
---|---|---|
CompositeCommand ( |
||
CreateCommands ( |
must be implemented by derived classes. Should return all commands that are part of this composition.
|
public CanExecute ( |
||
childClass | ||
settings | ||
return | bool |
protected CompositeCommand ( |
||
mixin | ||
return | System |
protected abstract CreateCommands ( |
||
mixin | ||
return | IMixinCommand[] |
public Execute ( Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax childDeclaration, Microsoft.CodeAnalysis.SemanticModel semantic, |
||
childDeclaration | Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax | |
semantic | Microsoft.CodeAnalysis.SemanticModel | |
settings | ||
return | Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax |