Class StaticListMaterialSlotQueryNode
Class StaticListMaterialSlotQueryNode.
Inheritance
StaticListMaterialSlotQueryNode
Inherited Members
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
public class StaticListMaterialSlotQueryNode : ListMaterialSlotQueryNode, IQuery<List<MaterialSlot>>, IQuery, IMaterialSlotQuery
Methods
Query(QueryContext)
Queries the specified context.
Declaration
public override List<MaterialSlot> Query(QueryContext context = null)
Parameters
| Type | Name | Description | 
|---|---|---|
| QueryContext | context | The context.  | 
Returns
| Type | Description | 
|---|---|
| List<MaterialSlot> | List<MaterialSlot>.  | 
Overrides
Unity.Industrial.Forma.Core.Variants.QueryNode<List<Unity.Industrial.Forma.Core.Variants.MaterialSlot>>.Query(Unity.Industrial.Forma.Core.Variants.QueryContext)
Implements
SetQuery(List<MaterialSlot>, QueryContext)
Sets the query.
Declaration
public override void SetQuery(List<MaterialSlot> items, QueryContext context = null)
Parameters
| Type | Name | Description | 
|---|---|---|
| List<MaterialSlot> | items | The items.  | 
| QueryContext | context | The context.  | 
Overrides
Unity.Industrial.Forma.Core.Variants.QueryNode<List<Unity.Industrial.Forma.Core.Variants.MaterialSlot>>.SetQuery(List<Unity.Industrial.Forma.Core.Variants.MaterialSlot>, Unity.Industrial.Forma.Core.Variants.QueryContext)