Class PropertyInfoCollection
Determines the set of properties and their information.
Inheritance
System.Object
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>
PropertyInfoCollection
Implements
System.Collections.Generic.IDictionary<System.String, System.Reflection.PropertyInfo>
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Reflection.PropertyInfo>
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.Add(System.String, System.Reflection.PropertyInfo)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.Clear()
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.Comparer
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.ContainsKey(System.String)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.ContainsValue(System.Reflection.PropertyInfo)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.Count
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.Item[System.String]
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.Keys
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.Remove(System.String)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>>.Add(System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>>.Contains(System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>[], System.Int32)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>>.IsReadOnly
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>>.Remove(System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.IDictionary<System.String, System.Reflection.PropertyInfo>.Keys
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.IDictionary<System.String, System.Reflection.PropertyInfo>.Values
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Reflection.PropertyInfo>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.Reflection.PropertyInfo>.Keys
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.Generic.IReadOnlyDictionary<System.String, System.Reflection.PropertyInfo>.Values
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.Item[System.Object]
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.TryGetValue(System.String, System.Reflection.PropertyInfo)
System.Collections.Generic.Dictionary<System.String, System.Reflection.PropertyInfo>.Values
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DataSource.Extensions
Assembly: Syncfusion.DataSource.WinForms.dll
Syntax
[ComVisible(false)]
public class PropertyInfoCollection : Dictionary<string, PropertyInfo>, IDictionary<string, PropertyInfo>, ICollection<KeyValuePair<string, PropertyInfo>>, IDictionary, ICollection, IReadOnlyDictionary<string, PropertyInfo>, IReadOnlyCollection<KeyValuePair<string, PropertyInfo>>, IEnumerable<KeyValuePair<string, PropertyInfo>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
PropertyInfoCollection()
Initializes a new instance of the PropertyInfoCollection class.
Declaration
public PropertyInfoCollection()
PropertyInfoCollection(Type)
Initializes a new instance of the PropertyInfoCollection class.
Declaration
public PropertyInfoCollection(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | Represents the type of the property. |
Properties
Empty
Gets the empty collection.
Declaration
public static PropertyInfoCollection Empty { get; }
Property Value
Type |
---|
PropertyInfoCollection |
Type
Gets the property type.
Declaration
public Type Type { get; }
Property Value
Type |
---|
System.Type |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback