ExtendedPropertySet
Class
Represents set of the extended properties.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
[TypeConverter(typeof(ExtendedPropertySetConverter))]
public class ExtendedPropertySet : Dictionary<string, ExtendedProperty>, IDictionary, ICollection, IEnumerable, ISerializable, IDeserializationCallback
Inheritance: objectDictionary<string, ExtendedProperty>ExtendedPropertySet
Implements:
Constructors
Initializes a new instance of the ExtendedPropertySet class.
C#
public ExtendedPropertySet()
Initializes a new instance of the ExtendedPropertySet class.
C#
protected ExtendedPropertySet(SerializationInfo info, StreamingContext context)
Serialization information.
contextStreamingContextStreaming context.
Properties
Gets extended property definition.
C#
public ExtendedProperty this[string propertyName] { get; }
Name of the extended property.
Property Value:Extended property definition or null.
Methods
Converts a String representation of the ExtendedPropertySet into the equivalent ExtendedPropertySet class.
C#
public static ExtendedPropertySet Parse(string source)
The String representation of the ExtendedPropertySet class.
Returns:The equivalent ExtendedPropertySet class.
Register new property.