C# Class StoryTeller.Engine.Frame

Show file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
AppendException ( string text ) : void
Clear ( ) : void
Collapse ( ) : void
HasErrors ( ) : bool
Next ( ) : Frame

Method Details

AppendException() public method

public AppendException ( string text ) : void
text string
return void

Clear() public method

public Clear ( ) : void
return void

Collapse() public method

public Collapse ( ) : void
return void

HasErrors() public method

public HasErrors ( ) : bool
return bool

Next() public method

public Next ( ) : Frame
return Frame