Class PropertySet
Inherited Members
Namespace: Telerik.OpenAccess.SPI
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class PropertySet : NotifyingDictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable
Constructors
PropertySet()
Declaration
public PropertySet()
PropertySet(Boolean)
Declaration
public PropertySet(bool ignoreCase)
Parameters
System.
|
PropertySet(Int32)
Declaration
public PropertySet(int size)
Parameters
System.
|
PropertySet(PropertySet)
Properties
DebuggerDisplay
Declaration
public string DebuggerDisplay { get; }
Property Value
System.
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()