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

Inheritance: HtmlTags.HtmlTag
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
AddCell ( Cell cell, string tagName ) : CellTag
AddDeleteLink ( ) : void
GrammarTag ( GrammarStructure grammar ) : System.Linq

Method Details

AddCell() public méthode

public AddCell ( Cell cell, string tagName ) : CellTag
cell Cell
tagName string
Résultat CellTag

AddDeleteLink() public méthode

public AddDeleteLink ( ) : void
Résultat void

GrammarTag() public méthode

public GrammarTag ( GrammarStructure grammar ) : System.Linq
grammar StoryTeller.Model.GrammarStructure
Résultat System.Linq