Method WithDisabledRW
WithDisabledRW<T1>()
Specify all DISABLED component types (with write access) that must be present.
Declaration
public SystemAPIQueryBuilder WithDisabledRW<T1>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Mandatory disabled component |
WithDisabledRW<T1, T2>()
Specify all DISABLED component types (with write access) that must be present.
Declaration
public SystemAPIQueryBuilder WithDisabledRW<T1, T2>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Mandatory disabled component |
T2 | Mandatory disabled component |