Class AttributesCollection
Inheritance
System.Object
AttributesCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TelerikData.dll
Syntax
public class AttributesCollection : IAttributesCollection, IDictionary, ICollection, IEnumerable
Constructors
Declaration
public AttributesCollection()
Declaration
public AttributesCollection(IDictionary dictionary)
Parameters
|
System.Collections.IDictionary
dictionary
|
Properties
Declaration
public int Count { get; }
Property Value
Declaration
public bool IsFixedSize { get; }
Property Value
Declaration
public bool IsReadOnly { get; }
Property Value
Declaration
public bool IsSynchronized { get; }
Property Value
Declaration
public string this[string key] { get; set; }
Parameters
Property Value
Implements
Declaration
public ICollection Keys { get; }
Property Value
|
System.Collections.ICollection
|
Declaration
public object SyncRoot { get; }
Property Value
Declaration
public ICollection Values { get; }
Property Value
|
System.Collections.ICollection
|
Methods
Declaration
public void Add(string key, string value)
Parameters
|
System.String
key
|
|
System.String
value
|
Implements
Declaration
public bool Contains(string key)
Parameters
Returns
Implements
Declaration
public void CopyTo(string[] array, int index)
Parameters
|
System.String[]
array
|
|
System.Int32
index
|
Implements
Declaration
public IDictionaryEnumerator GetEnumerator()
Returns
|
System.Collections.IDictionaryEnumerator
|
Declaration
public void Remove(string key)
Parameters
Implements
Explicit Interface Implementations
Declaration
void ICollection.CopyTo(Array array, int index)
Parameters
|
System.Array
array
|
|
System.Int32
index
|
Implements
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
Declaration
int ICollection.Count { get; }
Returns
Implements
System.Collections.ICollection.Count
Declaration
bool ICollection.IsSynchronized { get; }
Returns
Implements
System.Collections.ICollection.IsSynchronized
Declaration
object ICollection.SyncRoot { get; }
Returns
Implements
System.Collections.ICollection.SyncRoot
Declaration
void IDictionary.Add(object key, object value)
Parameters
|
System.Object
key
|
|
System.Object
value
|
Implements
System.Collections.IDictionary.Add(System.Object, System.Object)
Declaration
Implements
System.Collections.IDictionary.Clear()
Declaration
bool IDictionary.Contains(object key)
Parameters
Returns
Implements
System.Collections.IDictionary.Contains(System.Object)
Declaration
object IDictionary.get_Item(object key)
Parameters
Returns
Implements
System.Collections.IDictionary.get_Item(System.Object)
Declaration
IDictionaryEnumerator IDictionary.GetEnumerator()
Returns
|
System.Collections.IDictionaryEnumerator
|
Implements
System.Collections.IDictionary.GetEnumerator()
Declaration
bool IDictionary.IsFixedSize { get; }
Returns
Implements
System.Collections.IDictionary.IsFixedSize
Declaration
bool IDictionary.IsReadOnly { get; }
Returns
Implements
System.Collections.IDictionary.IsReadOnly
Declaration
object IDictionary.this[] { get; set; }
Parameters
Returns
Implements
System.Collections.IDictionary.Item[System.Object]
Declaration
ICollection IDictionary.Keys { get; }
Returns
|
System.Collections.ICollection
|
Implements
System.Collections.IDictionary.Keys
Declaration
void IDictionary.Remove(object key)
Parameters
Implements
System.Collections.IDictionary.Remove(System.Object)
Declaration
void IDictionary.set_Item(object key, object value)
Parameters
|
System.Object
key
|
|
System.Object
value
|
Implements
System.Collections.IDictionary.set_Item(System.Object, System.Object)
Declaration
ICollection IDictionary.Values { get; }
Returns
|
System.Collections.ICollection
|
Implements
System.Collections.IDictionary.Values
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
|
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()
Extension Methods