C# Class MixinRefactoring.AddMixinToBaseListCommand

the mixin and its interfaces will be added to the base class list of the child class
Inheritance: MixinCommandBase
Afficher le fichier Open project: pgenfer/mixinSharp

Méthodes publiques

Méthode Description
AddMixinToBaseListCommand ( MixinReference mixin ) : System
CanExecute ( ClassWithSourceCode childClass, Settings settings = null ) : bool

Méthodes protégées

Méthode Description
InternalExecute ( ClassWithSourceCode childClass, Microsoft.CodeAnalysis.SemanticModel semantic, Settings settings = null ) : Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax

Method Details

AddMixinToBaseListCommand() public méthode

public AddMixinToBaseListCommand ( MixinReference mixin ) : System
mixin MixinReference
Résultat System

CanExecute() public méthode

public CanExecute ( ClassWithSourceCode childClass, Settings settings = null ) : bool
childClass ClassWithSourceCode
settings Settings
Résultat bool

InternalExecute() protected méthode

protected InternalExecute ( ClassWithSourceCode childClass, Microsoft.CodeAnalysis.SemanticModel semantic, Settings settings = null ) : Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax
childClass ClassWithSourceCode
semantic Microsoft.CodeAnalysis.SemanticModel
settings Settings
Résultat Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax