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

Inheritance: MultiBuilder
显示文件 Open project: Jedzia/NStub

Public Methods

Method 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.

Protected Methods

Method Description
BuildMember ( IMemberBuildContext context ) : bool

Builds the test method member with the specified context.

Method Details

BuildMember() protected method

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

CanHandleContext() public static method

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.
return bool

RenamingBuilder() public method

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