C# Class LayoutFarm.WebDom.CssRuleSetGroup

ruleset and its subgroups
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugId int

Public Methods

Method Description
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

Private Methods

Method Description
CssRuleSetGroup ( CssRuleSetGroup parent, string name, WebDom simpleSelector ) : System

Method Details

AddRuleSet() public method

public AddRuleSet ( CssPropertyAssignmentCollection otherAssignments ) : void
otherAssignments CssPropertyAssignmentCollection
return void

Clone() public method

public Clone ( ) : CssRuleSetGroup
return CssRuleSetGroup

CssRuleSetGroup() public method

public CssRuleSetGroup ( string name ) : System
name string
return System

GetOrCreateSubgroup() public method

public GetOrCreateSubgroup ( WebDom simpleSelector ) : CssRuleSetGroup
simpleSelector WebDom
return CssRuleSetGroup

GetPropertyDeclIter() public method

public GetPropertyDeclIter ( ) : IEnumerable
return IEnumerable

GetPropertyDeclaration() public method

public GetPropertyDeclaration ( WebDom wellknownPropName ) : WebDom.CssPropertyDeclaration
wellknownPropName WebDom
return WebDom.CssPropertyDeclaration

GetSubGroup() public method

public GetSubGroup ( int index ) : CssRuleSetGroup
index int
return CssRuleSetGroup

Merge() public method

public Merge ( CssRuleSetGroup another ) : void
another CssRuleSetGroup
return void

Property Details

dbugId public property

public int dbugId
return int