Click or drag to resize

ReportingProcessCollection Class

Represents a collection of IReportingProcess items.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionIReportingProcess
    GSF.TimeSeries.ReportsReportingProcessCollection

Namespace: GSF.TimeSeries.Reports
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public class ReportingProcessCollection : Collection<IReportingProcess>, 
	IProvideStatus
View Source

The ReportingProcessCollection type exposes the following members.

Constructors
 NameDescription
Public methodReportingProcessCollectionInitializes a new instance of the ReportingProcessCollection class
Top
Properties
 NameDescription
Public propertyCountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionIReportingProcess)
Public propertyItemGets or sets the element at the specified index.
(Inherited from CollectionIReportingProcess)
Protected propertyItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionIReportingProcess)
Public propertyStatus Gets the descriptive status of this CollectionT.
Top
Methods
 NameDescription
Public methodAddAdds an object to the end of the CollectionT.
(Inherited from CollectionIReportingProcess)
Public methodClearRemoves all elements from the CollectionT.
(Inherited from CollectionIReportingProcess)
Protected methodClearItemsRemoves all elements from the CollectionT.
(Inherited from CollectionIReportingProcess)
Public methodContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionIReportingProcess)
Public methodCopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionIReportingProcess)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindReportType Finds the IReportingProcess for the specified reportType name.
Public methodGetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionIReportingProcess)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionIReportingProcess)
Public methodInsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionIReportingProcess)
Protected methodInsertItem Inserts an element into the CollectionT at the specified index.
(Overrides CollectionTInsertItem(Int32, T))
Public methodLoadImplementations Loads available IReportingProcess implementations.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionIReportingProcess)
Public methodRemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionIReportingProcess)
Protected methodRemoveItemRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionIReportingProcess)
Protected methodSetItem Replaces the element at the specified index.
(Overrides CollectionTSetItem(Int32, T))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also