C# 클래스 LayoutFarm.WebDom.CssRuleSetGroup

ruleset and its subgroups
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dbugId int

공개 메소드들

메소드 설명
AddRuleSet ( CssPropertyAssignmentCollection otherAssignments ) : void
Clone ( ) : CssRuleSetGroup
CssRuleSetGroup ( string name ) : System
GetOrCreateSubgroup ( WebDom simpleSelector ) : CssRuleSetGroup
GetPropertyDeclIter ( ) : IEnumerable
GetPropertyDeclaration ( WebDom wellknownPropName ) : WebDom.CssPropertyDeclaration
GetSubGroup ( int index ) : CssRuleSetGroup
Merge ( CssRuleSetGroup another ) : void

비공개 메소드들

메소드 설명
CssRuleSetGroup ( CssRuleSetGroup parent, string name, WebDom simpleSelector ) : System

메소드 상세

AddRuleSet() 공개 메소드

public AddRuleSet ( CssPropertyAssignmentCollection otherAssignments ) : void
otherAssignments CssPropertyAssignmentCollection
리턴 void

Clone() 공개 메소드

public Clone ( ) : CssRuleSetGroup
리턴 CssRuleSetGroup

CssRuleSetGroup() 공개 메소드

public CssRuleSetGroup ( string name ) : System
name string
리턴 System

GetOrCreateSubgroup() 공개 메소드

public GetOrCreateSubgroup ( WebDom simpleSelector ) : CssRuleSetGroup
simpleSelector WebDom
리턴 CssRuleSetGroup

GetPropertyDeclIter() 공개 메소드

public GetPropertyDeclIter ( ) : IEnumerable
리턴 IEnumerable

GetPropertyDeclaration() 공개 메소드

public GetPropertyDeclaration ( WebDom wellknownPropName ) : WebDom.CssPropertyDeclaration
wellknownPropName WebDom
리턴 WebDom.CssPropertyDeclaration

GetSubGroup() 공개 메소드

public GetSubGroup ( int index ) : CssRuleSetGroup
index int
리턴 CssRuleSetGroup

Merge() 공개 메소드

public Merge ( CssRuleSetGroup another ) : void
another CssRuleSetGroup
리턴 void

프로퍼티 상세

dbugId 공개적으로 프로퍼티

public int dbugId
리턴 int