TupleNodeCollection Methods

Include Protected Members
Include Inherited Members

The TupleNodeCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds an object to the collection.
Public method AddRange Add the objects from another collection to this collection.
Public method Clear (Inherited from CollectionBase.)
Public method Clone Performs a deep copy of this collection.
Public method Contains Determines whether the specified object exists in this collection.
Public method CopyTo Copies this collection to another TupleNodeCollection collection, starting at the specified index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FromArray Creates a collection from an array.
Public methodStatic member FromMemberNodeCollection Creates a collection from a member node collection.
Public method GetEnumerator (Inherited from CollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Returns the index of the specified object.
Public method Insert Inserts an object at the specified index.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from CollectionBase.)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert (Inherited from CollectionBase.)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Inherited from CollectionBase.)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet (Inherited from CollectionBase.)
Protected method OnSetComplete (Inherited from CollectionBase.)
Protected method OnValidate (Inherited from CollectionBase.)
Public method Remove Removes the specified object.
Public method RemoveAt (Inherited from CollectionBase.)
Public method ToString (Inherited from Object.)
Public method Validate Validates this object.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from CollectionBase.)

Top

See Also

Reference

TupleNodeCollection Class

Microsoft.PerformancePoint.Scorecards Namespace