C# 클래스 System.Xml.Xsl.XsltOld.TextEvent

상속: Event
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
Evaluate ( Processor processor, ActionFrame frame ) : string
Output ( Processor processor, ActionFrame frame ) : bool
TextEvent ( Compiler compiler ) : System
TextEvent ( string text ) : System

보호된 메소드들

메소드 설명
TextEvent ( ) : System

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( Processor processor, ActionFrame frame ) : string
processor Processor
frame ActionFrame
리턴 string

Output() 공개 메소드

public Output ( Processor processor, ActionFrame frame ) : bool
processor Processor
frame ActionFrame
리턴 bool

TextEvent() 보호된 메소드

protected TextEvent ( ) : System
리턴 System

TextEvent() 공개 메소드

public TextEvent ( Compiler compiler ) : System
compiler Compiler
리턴 System

TextEvent() 공개 메소드

public TextEvent ( string text ) : System
text string
리턴 System