ProxyDescriptor

StockSharp.Xaml.Charting.Ultrachart.ChartSettingsObjectBase`1

Specialization of PropertyDescriptor class for chart element properties.

Inherits: NamedPropertyDescriptor

Constructors

ProxyDescriptor
protected ProxyDescriptor(string name, object owner, T origObj, IEnumerable<Attribute> attributes, Func<T, PropertyDescriptor, bool> selector)
proxyDescriptor = ProxyDescriptor(name, owner, origObj, attributes, selector)

Create instance.

Properties

Attributes
public override AttributeCollection Attributes { get; }
value = proxyDescriptor.Attributes

Атрибуты.

ComponentType
public override Type ComponentType { get; }
value = proxyDescriptor.ComponentType
IsReadOnly
public override bool IsReadOnly { get; }
value = proxyDescriptor.IsReadOnly

Gets a value indicating whether the ICollection is read-only.

Returns: if the ICollection is read-only; otherwise, .

Owner
public object Owner { get; }
value = proxyDescriptor.Owner

Parent object.

PropertyType
public override Type PropertyType { get; }
value = proxyDescriptor.PropertyType

Property type.

Methods

CanResetValue
public override bool CanResetValue(object c)
result = proxyDescriptor.CanResetValue(c)
CreateWrapper
protected abstract ChartSettingsObjectBase<T> CreateWrapper(T obj, Func<T, PropertyDescriptor, bool> selector)
result = proxyDescriptor.CreateWrapper(obj, selector)

Create chart settings object wrapper for an object.

GetValue
public override object GetValue(object c)
result = proxyDescriptor.GetValue(c)
ResetValue
public override void ResetValue(object c)
proxyDescriptor.ResetValue(c)
SetValue
public override void SetValue(object c, object value)
proxyDescriptor.SetValue(c, value)
ShouldSerializeValue
public override bool ShouldSerializeValue(object c)
result = proxyDescriptor.ShouldSerializeValue(c)