#ReportTypeCollection

##Properties

Datatype Property name Property description Default Value
String[] AllKeys Gets a list of the System.String keys that are contained in the collection. []
Array AllValues Gets a list of all the Izenda.AdHoc.ReportType values that are contained in the collection. []
Int32 Count Gets the number of key/value pairs contained in the System.Collections.Specialized.NameObjectCollectionBase instance. 0
Boolean HasKeys Determines whether the collection contains any keys. False
ReportType Item Gets or sets the Izenda.AdHoc.IReportSetEventWatcher in the collection using the specified key. null
KeysCollection Keys Gets a System.Collections.Specialized.KeysCollection instance that contains all the keys in the System.Collections.Specialized.NameObjectCollectionBase instance. {}

##Methods

###Add(System.String,Izenda.AdHoc.ReportType) Appends the specified Izenda.AdHoc.ReportType to the end of the collection.

Parameters:


###Clear() Removes all items from the collection.


###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###GetEnumerator() Returns an enumerator that iterates through the System.Collections.Specialized.NameObjectCollectionBase.

Returns:

An System.Collections.IEnumerator for the System.Collections.Specialized.NameObjectCollectionBase instance.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the System.Collections.Specialized.NameObjectCollectionBase instance.

Parameters:


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###OnDeserialization(System.Object) Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete.

Parameters:

  • System.Object sender - The source of the deserialization event.

###Remove(System.String) Removes the specified Izenda.AdHoc.ReportType from the collection based on its key.

Parameters:


###Remove(System.Int32) Removes the specified Izenda.AdHoc.ReportType from the collection based on its key.

Parameters:

  • System.Int32 index - The System.Integer index of the Izenda.AdHoc.ReportType to remove.

###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.