C# Class System.Xml.Xsl.XsltOld.TextEvent

Inheritance: Event
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
Evaluate ( Processor processor, ActionFrame frame ) : string
Output ( Processor processor, ActionFrame frame ) : bool
TextEvent ( Compiler compiler ) : System
TextEvent ( string text ) : System

Méthodes protégées

Méthode Description
TextEvent ( ) : System

Method Details

Evaluate() public méthode

public Evaluate ( Processor processor, ActionFrame frame ) : string
processor Processor
frame ActionFrame
Résultat string

Output() public méthode

public Output ( Processor processor, ActionFrame frame ) : bool
processor Processor
frame ActionFrame
Résultat bool

TextEvent() protected méthode

protected TextEvent ( ) : System
Résultat System

TextEvent() public méthode

public TextEvent ( Compiler compiler ) : System
compiler Compiler
Résultat System

TextEvent() public méthode

public TextEvent ( string text ) : System
text string
Résultat System