C# Class StoryTeller.Grammars.Decisions.GetterProperty

Inheritance: IProperty
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
CompileCell ( CellHandling cellHandling, Fixture fixture ) : Cell
GetterProperty ( PropertyInfo property ) : System.Reflection
ProcessStep ( StepValues step, ISpecContext context, object target ) : StoryTeller.Results.CellResult

Method Details

CompileCell() public méthode

public CompileCell ( CellHandling cellHandling, Fixture fixture ) : Cell
cellHandling CellHandling
fixture Fixture
Résultat Cell

GetterProperty() public méthode

public GetterProperty ( PropertyInfo property ) : System.Reflection
property System.Reflection.PropertyInfo
Résultat System.Reflection

ProcessStep() public méthode

public ProcessStep ( StepValues step, ISpecContext context, object target ) : StoryTeller.Results.CellResult
step StoryTeller.Conversion.StepValues
context ISpecContext
target object
Résultat StoryTeller.Results.CellResult