C# 클래스 StoryTeller.Conversion.StepValues

상속: StoryTeller.Model.Node
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Errors IList

공개 메소드들

메소드 설명
DoDelayedConversions ( ISpecContext context ) : void
Get ( string key ) : object
Has ( string key ) : bool
HasErrors ( ) : bool
LogError ( string key, Exception ex ) : void
LogError ( string key, string message ) : void
RegisterDelayedConversion ( string key, string raw, IRuntimeConverter converter ) : void
StepValues ( string id ) : System
Store ( string key, object value ) : void
ToConversionErrorResult ( ) : StepResult

메소드 상세

DoDelayedConversions() 공개 메소드

public DoDelayedConversions ( ISpecContext context ) : void
context ISpecContext
리턴 void

Get() 공개 메소드

public Get ( string key ) : object
key string
리턴 object

Has() 공개 메소드

public Has ( string key ) : bool
key string
리턴 bool

HasErrors() 공개 메소드

public HasErrors ( ) : bool
리턴 bool

LogError() 공개 메소드

public LogError ( string key, Exception ex ) : void
key string
ex System.Exception
리턴 void

LogError() 공개 메소드

public LogError ( string key, string message ) : void
key string
message string
리턴 void

RegisterDelayedConversion() 공개 메소드

public RegisterDelayedConversion ( string key, string raw, IRuntimeConverter converter ) : void
key string
raw string
converter IRuntimeConverter
리턴 void

StepValues() 공개 메소드

public StepValues ( string id ) : System
id string
리턴 System

Store() 공개 메소드

public Store ( string key, object value ) : void
key string
value object
리턴 void

ToConversionErrorResult() 공개 메소드

public ToConversionErrorResult ( ) : StepResult
리턴 StoryTeller.Results.StepResult

프로퍼티 상세

Errors 공개적으로 프로퍼티

public IList Errors
리턴 IList