C# Class ModelBuilder.UnitTests.DummyPostBuildAction

Inheritance: IPostBuildAction
显示文件 Open project: roryprimrose/ModelBuilder Class Usage Examples

Public Methods

Method Description
Execute ( Type type, string referenceName, LinkedList buildChain ) : void
IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool

Method Details

Execute() public method

public Execute ( Type type, string referenceName, LinkedList buildChain ) : void
type System.Type
referenceName string
buildChain LinkedList
return void

IsSupported() public method

public IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
return bool