Method WithNone
WithNone<T>(ForEachLambdaJobDescription)
Add qualification to the generated query that it should only return entities that either 1) do not have the specified component type OR 2) have the specified DISABLED component type.
Declaration
public static ForEachLambdaJobDescription WithNone<T>(this ForEachLambdaJobDescription description)Parameters
| Type | Name | Description | 
|---|---|---|
| ForEachLambdaJobDescription | description | The target object | 
Returns
| Type | Description | 
|---|---|
| ForEachLambdaJobDescription | The target object, suitable for chaining multiple methods | 
Type Parameters
| Name | Description | 
|---|---|
| T | Type of component | 
WithNone<T1, T2>(ForEachLambdaJobDescription)
Add qualification to the generated query that it should only return entities that either 1) do not have the specified component types OR 2) have the specified DISABLED component types.
Declaration
public static ForEachLambdaJobDescription WithNone<T1, T2>(this ForEachLambdaJobDescription description)Parameters
| Type | Name | Description | 
|---|---|---|
| ForEachLambdaJobDescription | description | The target object | 
Returns
| Type | Description | 
|---|---|
| ForEachLambdaJobDescription | The target object, suitable for chaining multiple methods | 
Type Parameters
| Name | Description | 
|---|---|
| T1 | First type of component | 
| T2 | Second type of component | 
WithNone<T1, T2, T3>(ForEachLambdaJobDescription)
Add qualification to the generated query that it should only return entities that do not have the specified component types.
Declaration
public static ForEachLambdaJobDescription WithNone<T1, T2, T3>(this ForEachLambdaJobDescription description)Parameters
| Type | Name | Description | 
|---|---|---|
| ForEachLambdaJobDescription | description | The target object | 
Returns
| Type | Description | 
|---|---|
| ForEachLambdaJobDescription | The target object, suitable for chaining multiple methods | 
Type Parameters
| Name | Description | 
|---|---|
| T1 | First type of component | 
| T2 | Second type of component | 
| T3 | Third type of component |