Name | Description | |
---|---|---|
![]() | NSelectorBuilder Constructor | Default constructor |
The following tables list the members exposed by NSelectorBuilder.
Name | Description | |
---|---|---|
![]() | NSelectorBuilder Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() | AddCombinator | Adds a combinator and makes its conditions the current ones. |
![]() | AddCondition | Adds the given condition to the current conditions. |
![]() | ChildOf | Adds a new Child combinator and makes its conditions the current ones. |
![]() | ContainsValue | Overloaded. Adds a new Contains Value condition to the current conditions - normal specificity rank. |
![]() | DescendantOf | Adds a new Descendant combinator and makes its conditions the current ones. |
![]() | End | Ends a previously started selector, adds it to the rule and returns a reference to it. |
![]() | EndInvertedConditions | Ends a section of intverted conditions. |
![]() | FirstChild | Adds a new First Child condition to the current conditions - normal specificity rank. |
![]() | LastChild | Adds a new Last Child condition to the current conditions - normal specificity rank. |
![]() | NamedChild | Overloaded. Adds a new Named Child condition to the current conditions - normal specificity rank. |
![]() | NextAdjacentSiblingOf | Adds a new Next Adjacent Sibling combinator and makes its conditions the current ones. |
![]() | NextGeneralSiblingOf | Adds a new Next General Sibling combinator and makes its conditions the current ones. |
![]() | NthChild | Adds a new Nth child condition that matches if the element has Step * N + Offset siblings before it - normal specificity rank. |
![]() | PrevAdjacentSiblingOf | Adds a new Prev Adjacent Sibling combinator and makes its conditions the current ones. |
![]() | PrevGeneralSiblingOf | Adds a new Prev General Sibling combinator and makes its conditions the current ones. |
![]() | Start | Starts a new selector and makes the current condtions the selector conditions. |
![]() | StartInvertedConditions | Starts an inverted conditions section. All conditions added in this section will have their Inverted property raised. An inverted section is automatically ended when you call the End(); An inverted section can be manually ended when you call the EndInvertedConditions() method. |
![]() | Type | Overloaded. Adds a new Type condition to the current conditions - low specificity rank. |
![]() | UserClass | Adds a new User Class condition to the current conditions - normal specificity rank. |
![]() | UserId | Adds a new User Id condition to the current conditions - high specificity rank. |
![]() | ValueEquals | Overloaded. Adds a new Value Equals condition to the current conditions - normal specificity rank. |