C# Class StoryTeller.Conversion.StepValues

Inheritance: StoryTeller.Model.Node
Mostrar archivo Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
Errors IList

Public Methods

Method Description
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

Method Details

DoDelayedConversions() public method

public DoDelayedConversions ( ISpecContext context ) : void
context ISpecContext
return void

Get() public method

public Get ( string key ) : object
key string
return object

Has() public method

public Has ( string key ) : bool
key string
return bool

HasErrors() public method

public HasErrors ( ) : bool
return bool

LogError() public method

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

LogError() public method

public LogError ( string key, string message ) : void
key string
message string
return void

RegisterDelayedConversion() public method

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

StepValues() public method

public StepValues ( string id ) : System
id string
return System

Store() public method

public Store ( string key, object value ) : void
key string
value object
return void

ToConversionErrorResult() public method

public ToConversionErrorResult ( ) : StepResult
return StoryTeller.Results.StepResult

Property Details

Errors public_oe property

public IList Errors
return IList