Share via


DataCollection Members

Encapsulates a collection of DataCollectionItem objects.

The following tables list the members exposed by the DataCollection type.

Public Constructors

  Name Description
  DataCollection Initializes DataCollection class objects.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Count  (Inherited from ReadOnlyCollection)
public property Item  (Inherited from ReadOnlyCollection)

Top

Protected Properties

  Name Description
protected property Items  (Inherited from ReadOnlyCollection)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Contains  (Inherited from ReadOnlyCollection)
public method CopyTo  (Inherited from ReadOnlyCollection)
public method Equals  (Inherited from Object)
public method GetEnumerator  (Inherited from ReadOnlyCollection)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method IndexOf  (Inherited from ReadOnlyCollection)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

DataCollection Class
Microsoft.Clm.Shared.Requests Namespace
DataCollectionItem