IDataObjectChildrenCollection

Represents a collection of data objects that are located underneath another data object.

This collection provides methods and properties for the calling or manipulation of data objects underneath another data object.

Implements: System.Collections.IEnumerable

Indexers

IndexerDescription
this[Int32]:IDataObject

Supplies a data object at the indicated position.

this[String]:IDataObject

Supplies the data object with the indicated name.

Properties

PropertyDescription
Count:Int32

Returns the number of data objects in the collection.

Methods

MethodDescription
Contains(IDataObject):Boolean

Checks whether the transferred data object is a direct child of the current data object.

Contains(IDataObject, Boolean):Boolean

Checks whether the transferred data object is a child of the current data object.

Create(String, Byte[]):IDataObject

Creates a new data object underneath the current data object.

Create(String, Byte[], Boolean):IDataObject

Creates a new data object underneath the current data object.

Create(String, String):IDataObject

Creates a new data object underneath the current data object.

Create(String, String, Boolean):IDataObject

Creates a new data object underneath the current data object.

DeleteAll():Void

Deletes all data objects of the collection.

DeleteAt(Int32):Void

Deletes a data object at the indicated position.

DeleteAt(Int32, Boolean):Void

Deletes a data object or a data structure at the indicated position.

GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)

IndexOf(IDataObject):Int32

Returns the position for a data object in the collection.

Lookup(String[]):IDataObject

Searches for a data object based on the indicated path.

SetIndex(Int32, IDataObject):Void

Re-sorts a data object in the collection.

SetPosition(IDataObject, IDataObject, PositioningMode):Void

Re-sorts a data object in the collection.

TryLookup(String[]):IDataObject

Searches for a data object based on the indicated path.