Class BindMembers
Inheritance
System.Object
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>
BindMembers
Inherited Members
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Add(System.Int32, System.ComponentModel.PropertyDescriptor)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>>.Add(System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>>.Contains(System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>>.Remove(System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Clear()
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.ContainsKey(System.Int32)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.ContainsValue(System.ComponentModel.PropertyDescriptor)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.GetEnumerator()
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Remove(System.Int32)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.TryGetValue(System.Int32, System.ComponentModel.PropertyDescriptor)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>>.CopyTo(System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>[], System.Int32)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Comparer
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Count
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Keys
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.IDictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Keys
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.IReadOnlyDictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Keys
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Values
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.IDictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Values
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.IReadOnlyDictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Values
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.Item[System.Int32]
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.ComponentModel.PropertyDescriptor>>.IsReadOnly
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.Int32, System.ComponentModel.PropertyDescriptor>.System.Collections.IDictionary.Item[System.Object]
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()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public class BindMembers : Dictionary<int, PropertyDescriptor>, IDictionary<int, PropertyDescriptor>, ICollection<KeyValuePair<int, PropertyDescriptor>>, IDictionary, ICollection, IReadOnlyDictionary<int, PropertyDescriptor>, IReadOnlyCollection<KeyValuePair<int, PropertyDescriptor>>, IEnumerable<KeyValuePair<int, PropertyDescriptor>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
BindMembers()
Declaration
public BindMembers()
Methods
Find(String)
Declaration
public PropertyDescriptor Find(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.ComponentModel.PropertyDescriptor
|