#CustomTimePeriodCollection

##Properties

Datatype Property name Property description Default Value
Int32 Count Gets the number of elements contained in the Izenda.AdHoc.CustomTimePeriodCollection. 0
CustomTimePeriod Item Gets or sets the element with the specified key. null
ICollection Keys Gets an System.Collections.ICollection containing the keys in the Izenda.AdHoc.CustomTimePeriodCollection. null
ICollection Values Gets an System.Collections.ICollection containing the values in the Izenda.AdHoc.CustomTimePeriodCollection. null

##Methods

###Add(System.String,Izenda.AdHoc.CustomTimePeriod) Adds an item to the Izenda.AdHoc.CustomTimePeriodCollection.

Parameters:


###Clear() Removes all items.


###ContainsKey(System.String) Determines whether the Izenda.AdHoc.CustomTimePeriodCollection contains a specific key.

Parameters:

Returns:

true if the key is found;otherwise, false.


###ContainsKey(Izenda.AdHoc.CustomTimePeriod) Determines whether the Izenda.AdHoc.CustomTimePeriodCollection contains a specific Izenda.AdHoc.CustomTimePeriod.

Parameters:


###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 a collection.


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

Returns:

A hash code for the current System.Object.


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

Returns:

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


###Remove(System.String) Removes the Izenda.AdHoc.CustomTimePeriod with the specified key.

Parameters:


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

Returns:

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