#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:
- System.String key - Key of the value to add.
- Izenda.AdHoc.CustomTimePeriod value - Izenda.AdHoc.CustomTimePeriod to add.
###Clear() Removes all items.
###ContainsKey(System.String) Determines whether the Izenda.AdHoc.CustomTimePeriodCollection contains a specific key.
Parameters:
- System.String key - The key to locate.
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:
- Izenda.AdHoc.CustomTimePeriod value - The Izenda.AdHoc.CustomTimePeriod to locate.
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
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:
- System.String key - Key of the Izenda.AdHoc.CustomTimePeriod to remove.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
