Method WithAny
WithAny<T1>()
Specify optional read-only component types that must be present.
Declaration
public SystemAPIQueryBuilder WithAny<T1>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Optional component |
WithAny<T1, T2>()
Specify optional read-only component types that must be present.
Declaration
public SystemAPIQueryBuilder WithAny<T1, T2>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Optional component |
T2 | Optional component |
WithAny<T1, T2, T3>()
Specify optional read-only component types that must be present.
Declaration
public SystemAPIQueryBuilder WithAny<T1, T2, T3>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Optional component |
T2 | Optional component |
T3 | Optional component |
WithAny<T1, T2, T3, T4>()
Specify optional read-only component types that must be present.
Declaration
public SystemAPIQueryBuilder WithAny<T1, T2, T3, T4>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Optional component |
T2 | Optional component |
T3 | Optional component |
T4 | Optional component |
WithAny<T1, T2, T3, T4, T5>()
Specify optional read-only component types that must be present.
Declaration
public SystemAPIQueryBuilder WithAny<T1, T2, T3, T4, T5>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Optional component |
T2 | Optional component |
T3 | Optional component |
T4 | Optional component |
T5 | Optional component |
WithAny<T1, T2, T3, T4, T5, T6>()
Specify optional read-only component types that must be present.
Declaration
public SystemAPIQueryBuilder WithAny<T1, T2, T3, T4, T5, T6>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Optional component |
T2 | Optional component |
T3 | Optional component |
T4 | Optional component |
T5 | Optional component |
T6 | Optional component |
WithAny<T1, T2, T3, T4, T5, T6, T7>()
Specify optional read-only component types that must be present.
Declaration
public SystemAPIQueryBuilder WithAny<T1, T2, T3, T4, T5, T6, T7>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Optional component |
T2 | Optional component |
T3 | Optional component |
T4 | Optional component |
T5 | Optional component |
T6 | Optional component |
T7 | Optional component |