Interface ISlotAdapter
Describes slot typing and compatibility rules independent of a concrete slot instance.
public interface ISlotAdapter
Properties
- direction
Direction supported by the adapted slot type.
- slotType
Concrete slot type represented by this adapter.
Methods
- CanConnectTo(ISlotAdapter)
Determines whether this slot type can connect to another adapted slot type.