Show / Hide Table of Contents

Interface IGetsSlots

An object which gets a collection of Slot instances from a specified INode and its descendents.

Namespace: ZptSharp.Metal
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsSlots

Methods

| Improve this Doc View Source

GetDefinedSlots(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX