C# Class NStub.CSharp.ObjectGeneration.Builders.RenamingBuilder

Inheritance: MultiBuilder
Afficher le fichier Open project: Jedzia/NStub

Méthodes publiques

Méthode Description
CanHandleContext ( IMemberBuildContext context ) : bool

Determines whether this instance can handle a specified build context.

RenamingBuilder ( IMemberSetupContext context ) : System.CodeDom

Initializes a new instance of the RenamingBuilder class.

Méthodes protégées

Méthode Description
BuildMember ( IMemberBuildContext context ) : bool

Builds the test method member with the specified context.

Method Details

BuildMember() protected méthode

Builds the test method member with the specified context.
protected BuildMember ( IMemberBuildContext context ) : bool
context IMemberBuildContext The build context of the test method member.
Résultat bool

CanHandleContext() public static méthode

Determines whether this instance can handle a specified build context.
public static CanHandleContext ( IMemberBuildContext context ) : bool
context IMemberBuildContext The build context of the test method member.
Résultat bool

RenamingBuilder() public méthode

Initializes a new instance of the RenamingBuilder class.
public RenamingBuilder ( IMemberSetupContext context ) : System.CodeDom
context IMemberSetupContext The build context of the test method member.
Résultat System.CodeDom