Class BasicStaticListMaterialSlotQueryNode
Class BasicStaticListMaterialSlotQueryNode.
Inheritance
BasicStaticListMaterialSlotQueryNode
Inherited Members
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
public class BasicStaticListMaterialSlotQueryNode : ListMaterialSlotQueryNode, IQuery<List<MaterialSlot>>, IQuery, IMaterialSlotQuery
Methods
Query(QueryContext)
Queries the specified context.
Declaration
public override List<MaterialSlot> Query(QueryContext context)
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(IEnumerable<MaterialSlot>, QueryContext)
Sets the query.
Declaration
public void SetQuery(IEnumerable<MaterialSlot> items, QueryContext context)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<MaterialSlot> | items | The items. |
QueryContext | context | The context. |