C# Class Jade.Parser.Nodes.ExpressionString

Afficher le fichier Open project: rnrn/Jade4Net Class Usage Examples

Méthodes publiques

Méthode Description
ExpressionString ( String value ) : System
getValue ( ) : String
isEscape ( ) : bool
setEscape ( bool escape ) : void
setValue ( String value ) : void

Method Details

ExpressionString() public méthode

public ExpressionString ( String value ) : System
value String
Résultat System

getValue() public méthode

public getValue ( ) : String
Résultat String

isEscape() public méthode

public isEscape ( ) : bool
Résultat bool

setEscape() public méthode

public setEscape ( bool escape ) : void
escape bool
Résultat void

setValue() public méthode

public setValue ( String value ) : void
value String
Résultat void