Class FilterParameterDictionary
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class FilterParameterDictionary : ObservableCollection<ParameterValuePair>, IList<ParameterValuePair>, ICollection<ParameterValuePair>, IReadOnlyList<ParameterValuePair>, IReadOnlyCollection<ParameterValuePair>, IEnumerable<ParameterValuePair>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
  Constructors
FilterParameterDictionary()
Declaration
public FilterParameterDictionary()
  Properties
Item[String]
Gets or sets the System.Object with the specified key.
Declaration
public object this[string key] { get; set; }
  Parameters
| 
        System.String
        key
         
  | 
    
Property Value
| 
        System.Object
         
  | 
    
Methods
Add(String, Object)
Declaration
public void Add(string key, object value)
  Parameters
| 
        System.String
        key
         
  | 
    
| 
        System.Object
        value
         
  | 
    
ClearItems()
Removes all elements from the System.Collections.ObjectModel.Collection<T>.
Declaration
protected override void ClearItems()
  Overrides
Contains(String)
Declaration
public bool Contains(string key)
  Parameters
| 
        System.String
        key
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
InsertItem(Int32, ParameterValuePair)
Inserts the item.
Declaration
protected override void InsertItem(int index, ParameterValuePair item)
  Parameters
| 
        System.Int32
        index
         The index.  | 
    
| 
        ParameterValuePair
        item
         The item.  | 
    
Overrides
Remove(String)
Declaration
public void Remove(string key)
  Parameters
| 
        System.String
        key
         
  | 
    
RemoveItem(Int32)
Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.
Declaration
protected override void RemoveItem(int index)
  Parameters
| 
        System.Int32
        index
         The zero-based index of the element to remove.  | 
    
Overrides
Exceptions
| 
        System.ArgumentOutOfRangeException
         
  | 
    
SetItem(Int32, ParameterValuePair)
Sets the item.
Declaration
protected override void SetItem(int index, ParameterValuePair item)
  Parameters
| 
        System.Int32
        index
         The index.  | 
    
| 
        ParameterValuePair
        item
         The item.  |