C# Класс NStub.CSharp.ObjectGeneration.Builders.RenamingBuilder

Наследование: MultiBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
BuildMember ( IMemberBuildContext context ) : bool

Builds the test method member with the specified context.

Описание методов

BuildMember() защищенный Метод

Builds the test method member with the specified context.
protected BuildMember ( IMemberBuildContext context ) : bool
context IMemberBuildContext The build context of the test method member.
Результат bool

CanHandleContext() публичный статический Метод

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.
Результат bool

RenamingBuilder() публичный Метод

Initializes a new instance of the RenamingBuilder class.
public RenamingBuilder ( IMemberSetupContext context ) : System.CodeDom
context IMemberSetupContext The build context of the test method member.
Результат System.CodeDom