INodeContainerProvider Interface

Definition

An object that can provide an INodeContainer, INodeContainer2, INodeContainer3, INodeContainer4, or other INodeContainer instances that might come to be.

public interface class INodeContainerProvider
public interface INodeContainerProvider
type INodeContainerProvider = interface
Public Interface INodeContainerProvider

Properties

NodeContainer

Gets an INodeContainer

NodeContainer2

Gets an INodeContainer2

NodeContainer3

Gets an INodeContainer3

NodeContainer4

Gets an INodeContainer4

Methods

GetNodeContainerByType(Type)

Gets an INodeContainer that implements the specified interface, if available.

Applies to