C# Класс StoryTeller.Grammars.Decisions.GetterProperty

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

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

Метод Описание
CompileCell ( CellHandling cellHandling, Fixture fixture ) : Cell
GetterProperty ( PropertyInfo property ) : System.Reflection
ProcessStep ( StepValues step, ISpecContext context, object target ) : StoryTeller.Results.CellResult

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

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

public CompileCell ( CellHandling cellHandling, Fixture fixture ) : Cell
cellHandling CellHandling
fixture Fixture
Результат Cell

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

public GetterProperty ( PropertyInfo property ) : System.Reflection
property System.Reflection.PropertyInfo
Результат System.Reflection

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

public ProcessStep ( StepValues step, ISpecContext context, object target ) : StoryTeller.Results.CellResult
step StoryTeller.Conversion.StepValues
context ISpecContext
target object
Результат StoryTeller.Results.CellResult