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

Inheritance: ICellBuilder
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
CanBuild ( Cell cell ) : bool
Configure ( Cell cell, CellTag tag ) : void
TextboxBuilder ( ) : System

Private Methods

Méthode Description
If ( bool>.Func filter ) : IfExpression

Method Details

CanBuild() public méthode

public CanBuild ( Cell cell ) : bool
cell Cell
Résultat bool

Configure() public méthode

public Configure ( Cell cell, CellTag tag ) : void
cell Cell
tag CellTag
Résultat void

TextboxBuilder() public méthode

public TextboxBuilder ( ) : System
Résultat System