C# 클래스 StoryTeller.UserInterface.Editing.HTML.GrammarTag

상속: HtmlTags.HtmlTag
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
AddCell ( Cell cell, string tagName ) : CellTag
AddDeleteLink ( ) : void
GrammarTag ( GrammarStructure grammar ) : System.Linq

메소드 상세

AddCell() 공개 메소드

public AddCell ( Cell cell, string tagName ) : CellTag
cell Cell
tagName string
리턴 CellTag

AddDeleteLink() 공개 메소드

public AddDeleteLink ( ) : void
리턴 void

GrammarTag() 공개 메소드

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