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

Inheritance: HtmlTags.HtmlTag
ファイルを表示 Open project: adymitruk/storyteller Class Usage Examples

Public Methods

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

Method Details

AddCell() public method

public AddCell ( Cell cell, string tagName ) : CellTag
cell Cell
tagName string
return CellTag

AddDeleteLink() public method

public AddDeleteLink ( ) : void
return void

GrammarTag() public method

public GrammarTag ( GrammarStructure grammar ) : System.Linq
grammar StoryTeller.Model.GrammarStructure
return System.Linq