Overload List

  NameDescription
NodeManager()()()
Initializes a new instance of the NodeManager class. The initial values of the data member properties are set to appropriate property paths for using NodeItem objects.
NodeManager(DataManagementMode)
Initializes a new instance of the NodeManager class. The initial values of the data member properties are set to appropriate property paths for using NodeItem objects.
NodeManager(IEnumerable<(Of <(SimpleNodeItem>)>))
Initializes a new instance of the NodeManager class using simple data management mode.
NodeManager(IEnumerable)
Initializes a new instance of the NodeManager class. The initial values of the data member properties are set to appropriate property paths for using NodeItem objects.
NodeManager(Entity, DataManagementMode)
Initializes a new instance of the NodeManager class. The initial values of the data member properties are set to appropriate property paths for using NodeItem objects.
NodeManager(Entity, IEnumerable<(Of <(SimpleNodeItem>)>))
Initializes a new instance of the NodeManager class using simple data management mode.
NodeManager(Entity, IEnumerable)
Initializes a new instance of the NodeManager class. The initial values of the data member properties are set to appropriate property paths for using NodeItem objects.
NodeManager(IEnumerable, String, String, EntityManager..::.Initialization, EntityManager..::.Initialization, DataManagementMode)
Initializes a new instance of the NodeManager class.
NodeManager(Entity, IEnumerable, String, String, EntityManager..::.Initialization, EntityManager..::.Initialization, DataManagementMode)
Initializes a new instance of the NodeManager class.

See Also