C# Class StoryTeller.Model.InvalidFixture

Inheritance: Fixture
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Compile ( CellHandling conversions ) : FixtureModel
InvalidFixture ( Type innerType, Exception ex ) : System

Method Details

Compile() public method

public Compile ( CellHandling conversions ) : FixtureModel
conversions CellHandling
return FixtureModel

InvalidFixture() public method

public InvalidFixture ( Type innerType, Exception ex ) : System
innerType System.Type
ex System.Exception
return System