#HiddenFilterCollection

##Properties

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

##Methods

###Add(System.String,System.Object) Adds an item to the Izenda.AdHoc.HiddenFilterCollection.

Parameters:


###Clear() Removes all items.


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

Parameters:

Returns:

true if the key is found;otherwise, false.


###ContainsKey(System.Object) Determines whether the Izenda.AdHoc.HiddenFilterCollection contains a specific value.

Parameters:

Returns:

true if the value is found;otherwise, false.


###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 hidden filter value with the specified username key.

Parameters:

  • System.String key - The username key of the hidden filter to remove.

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

Returns:

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