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

Inheritance: ICellBuilder
Mostra file Open project: adymitruk/storyteller

Public Methods

Method Description
CanBuild ( Cell cell ) : bool
Configure ( Cell cell, CellTag tag ) : void

Method Details

CanBuild() public method

public CanBuild ( Cell cell ) : bool
cell Cell
return bool

Configure() public method

public Configure ( Cell cell, CellTag tag ) : void
cell Cell
tag CellTag
return void