C# 클래스 dotless.Core.engine.Variable

상속: Property, IEvaluatable, IReferenceableNode
파일 보기 프로젝트 열기: chrisjowen/nLess

보호된 프로퍼티들

프로퍼티 타입 설명
Declaration bool

공개 메소드들

메소드 설명
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

메소드 상세

Evaluate() 공개 메소드

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

ToCss() 공개 메소드

public ToCss ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Variable() 공개 메소드

public Variable ( string key ) : System.Collections
key string
리턴 System.Collections

Variable() 공개 메소드

public Variable ( string key, IEnumerable value ) : System.Collections
key string
value IEnumerable
리턴 System.Collections

Variable() 공개 메소드

public Variable ( string key, IEnumerable value, ElementBlock parent ) : System.Collections
key string
value IEnumerable
parent ElementBlock
리턴 System.Collections

Variable() 공개 메소드

public Variable ( string key, INode value ) : System.Collections
key string
value INode
리턴 System.Collections

Variable() 공개 메소드

public Variable ( string key, INode value, ElementBlock parent ) : System.Collections
key string
value INode
parent ElementBlock
리턴 System.Collections

프로퍼티 상세

Declaration 보호되어 있는 프로퍼티

protected bool Declaration
리턴 bool