ExtendedPropertySet
Class
Represents set of the extended properties.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[TypeConverter(typeof(ExtendedPropertySetConverter))]
public class ExtendedPropertySet : Dictionary<string, ExtendedProperty>, IDictionary<string, ExtendedProperty>, ICollection<KeyValuePair<string, ExtendedProperty>>, IDictionary, ICollection, IReadOnlyDictionary<string, ExtendedProperty>, IReadOnlyCollection<KeyValuePair<string, ExtendedProperty>>, IEnumerable<KeyValuePair<string, ExtendedProperty>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance: objectDictionary<string, ExtendedProperty>ExtendedPropertySet
Implements:
Inherited Members
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.