C# 클래스 LessCss.StyleRule

파일 보기 프로젝트 열기: erikvanbrakel/less.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Mixins List
Properties List
Rules List
Selectors List

공개 메소드들

메소드 설명
Equals ( StyleRule obj ) : bool
Equals ( object obj ) : bool
Flatten ( ) : IEnumerable
GetHashCode ( ) : int
GetSelector ( ) : string
ToCss ( List variables ) : string

비공개 메소드들

메소드 설명
ToCss ( string parentSelectors, List variables ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( StyleRule obj ) : bool
obj StyleRule
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Flatten() 공개 메소드

public Flatten ( ) : IEnumerable
리턴 IEnumerable

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSelector() 공개 메소드

public GetSelector ( ) : string
리턴 string

ToCss() 공개 메소드

public ToCss ( List variables ) : string
variables List
리턴 string

프로퍼티 상세

Mixins 공개적으로 프로퍼티

public List Mixins
리턴 List

Properties 공개적으로 프로퍼티

public List Properties
리턴 List

Rules 공개적으로 프로퍼티

public List Rules
리턴 List

Selectors 공개적으로 프로퍼티

public List Selectors
리턴 List