C# Class StoryTeller.UserInterface.Editing.HTML.CellBuilderLibrary

Inheritance: ICellBuilderLibrary
Show file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
AddCell ( GrammarTag tag, Cell cell ) : void
BuildTag ( Cell cell ) : CellTag
CellBuilderLibrary ( ) : System.Collections.Generic

Method Details

AddCell() public method

public AddCell ( GrammarTag tag, Cell cell ) : void
tag GrammarTag
cell Cell
return void

BuildTag() public method

public BuildTag ( Cell cell ) : CellTag
cell Cell
return CellTag

CellBuilderLibrary() public method

public CellBuilderLibrary ( ) : System.Collections.Generic
return System.Collections.Generic