ReportingProcessCollection Class

Represents a collection of IReportingProcess items.

Definition

Namespace: Gemstone.Timeseries.Reports
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.170 -- Release Build+f464e1d84dd1e1809e105906771d4406aa28b88d
public class ReportingProcessCollection : Collection<IReportingProcess>, 
	IProvideStatus
Inheritance
Object    CollectionIReportingProcess    ReportingProcessCollection
Implements
IProvideStatus

Constructors

ReportingProcessCollectionInitializes a new instance of the ReportingProcessCollection class

Properties

CountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionIReportingProcess)
ItemGets or sets the element at the specified index.
(Inherited from CollectionIReportingProcess)
ItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionIReportingProcess)
Status Gets the descriptive status of this CollectionT.

Methods

AddAdds an object to the end of the CollectionT.
(Inherited from CollectionIReportingProcess)
ClearRemoves all elements from the CollectionT.
(Inherited from CollectionIReportingProcess)
ClearItemsRemoves all elements from the CollectionT.
(Inherited from CollectionIReportingProcess)
ContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionIReportingProcess)
CopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionIReportingProcess)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FindReportType Finds the IReportingProcess for the specified reportType name.
GetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionIReportingProcess)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionIReportingProcess)
InsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionIReportingProcess)
InsertItemInserts an element into the CollectionT at the specified index.
(Inherited from CollectionIReportingProcess)
LoadImplementations Loads available IReportingProcess implementations.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionIReportingProcess)
RemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionIReportingProcess)
RemoveItemRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionIReportingProcess)
SetItemReplaces the element at the specified index.
(Inherited from CollectionIReportingProcess)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also