Method | Description | |
---|---|---|
And ( |
||
And ( |
||
And ( |
||
And ( IEnumerable |
||
EveryAttribute ( |
||
Or ( |
||
Or ( |
||
Or ( |
||
Or ( IEnumerable |
||
WithAttributeBetween ( string name, string lowerValue, string upperValue ) : |
||
WithAttributeIn ( string name, IEnumerable |
||
WithAttributeIsNotNull ( string key ) : |
||
WithAttributeIsNull ( string key ) : |
||
WithAttributeValue ( string>.KeyValuePair |
||
WithAttributeValue ( string name, ValueTest test, string value ) : |
||
WithAttributeValue ( string name, string value ) : |
||
WithItemName ( string itemName ) : |
public static And ( |
||
c0 | ||
c1 | ||
return |
public static And ( |
||
c0 | ||
c1 | ||
c2 | ||
return |
public static And ( |
||
c0 | ||
c1 | ||
c2 | ||
c3 | ||
return |
public static And ( IEnumerable |
||
group | IEnumerable |
|
return |
public static EveryAttribute ( |
||
condition | ||
return |
public static Or ( |
||
c0 | ||
c1 | ||
return |
public static Or ( |
||
c0 | ||
c1 | ||
c2 | ||
return |
public static Or ( |
||
c0 | ||
c1 | ||
c2 | ||
c3 | ||
return |
public static Or ( IEnumerable |
||
group | IEnumerable |
|
return |
public static WithAttributeBetween ( string name, string lowerValue, string upperValue ) : |
||
name | string | |
lowerValue | string | |
upperValue | string | |
return |
public static WithAttributeIn ( string name, IEnumerable |
||
name | string | |
values | IEnumerable |
|
return |
public static WithAttributeIsNotNull ( string key ) : |
||
key | string | |
return |
public static WithAttributeIsNull ( string key ) : |
||
key | string | |
return |
public static WithAttributeValue ( string>.KeyValuePair |
||
pair | string>.KeyValuePair | |
return |
public static WithAttributeValue ( string name, ValueTest test, string value ) : |
||
name | string | |
test | ValueTest | |
value | string | |
return |
public static WithAttributeValue ( string name, string value ) : |
||
name | string | |
value | string | |
return |
public static WithItemName ( string itemName ) : |
||
itemName | string | |
return |