Méthode | Description | |
---|---|---|
GetOperands ( ) : List |
Returns the operands for the element.
|
|
SetOperands ( IEnumerable |
Sets the operands for the element.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
|
ToString ( INodeTable nodeTable ) : string |
Converts an ContentFilterElement to a displayable string.
|
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Formats the value of the current instance using the specified format.
|
|
Validate ( |
Validates the content filter element.
|
public SetOperands ( IEnumerable |
||
operands | IEnumerable |
The list of the operands. |
Résultat | void |
public ToString ( INodeTable nodeTable ) : string | ||
nodeTable | INodeTable | The node table. |
Résultat | string |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | The |
formatProvider | IFormatProvider | The |
Résultat | string |
public Validate ( |
||
context | The context. | |
index | int | The index. |
Résultat |