C# 클래스 StoryTeller.Grammars.Decisions.GetterProperty

상속: IProperty
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
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