Interface IGetsSlots
Namespace: ZptSharp.Metal
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsSlots
Methods
| Improve this Doc View SourceGetDefinedSlots(INode)
Gets the defined slots from the specified node
and its descendents.
Declaration
IEnumerable<Slot> GetDefinedSlots(INode node)
Parameters
Type | Name | Description |
---|---|---|
INode | node | Node. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Slot> | The defined slots. |
GetSlotFillers(INode)
Gets the slot fillers from the specified node
and its descendents.
Declaration
IEnumerable<Slot> GetSlotFillers(INode node)
Parameters
Type | Name | Description |
---|---|---|
INode | node | Node. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Slot> | The slot fillers. |