Interface ISlot
Syntax
public interface ISlot : IEquatable<ISlot>
Properties
displayName
Declaration
string displayName { get; set; }
Property Value
Type |
Description |
System.String |
|
hidden
Declaration
bool hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
id
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
bool isInputSlot { get; }
Property Value
Type |
Description |
System.Boolean |
|
isOutputSlot
Declaration
bool isOutputSlot { get; }
Property Value
Type |
Description |
System.Boolean |
|
owner
Declaration
INode owner { get; set; }
Property Value
priority
Declaration
int priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
slotReference
Declaration
SlotReference slotReference { get; }
Property Value