C# Class dotless.Core.engine.Variable

Inheritance: Property, IEvaluatable, IReferenceableNode
Afficher le fichier Open project: chrisjowen/nLess

Protected Properties

Свойство Type Description
Declaration bool

Méthodes publiques

Méthode Description
Evaluate ( ) : INode

Evaluates the variables value i.e. @color: #fff +1;

Only evaluates first time, next time will just return last evaluation

ToCss ( ) : string
ToString ( ) : string
Variable ( string key ) : System.Collections
Variable ( string key, IEnumerable value ) : System.Collections
Variable ( string key, IEnumerable value, ElementBlock parent ) : System.Collections
Variable ( string key, INode value ) : System.Collections
Variable ( string key, INode value, ElementBlock parent ) : System.Collections

Method Details

Evaluate() public méthode

Evaluates the variables value i.e. @color: #fff +1;
Only evaluates first time, next time will just return last evaluation
public Evaluate ( ) : INode
Résultat INode

ToCss() public méthode

public ToCss ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Variable() public méthode

public Variable ( string key ) : System.Collections
key string
Résultat System.Collections

Variable() public méthode

public Variable ( string key, IEnumerable value ) : System.Collections
key string
value IEnumerable
Résultat System.Collections

Variable() public méthode

public Variable ( string key, IEnumerable value, ElementBlock parent ) : System.Collections
key string
value IEnumerable
parent ElementBlock
Résultat System.Collections

Variable() public méthode

public Variable ( string key, INode value ) : System.Collections
key string
value INode
Résultat System.Collections

Variable() public méthode

public Variable ( string key, INode value, ElementBlock parent ) : System.Collections
key string
value INode
parent ElementBlock
Résultat System.Collections

Property Details

Declaration protected_oe property

protected bool Declaration
Résultat bool