ProxyDescriptor
StockSharp.Xaml.Charting.Ultrachart.ChartSettingsObjectBase`1
Spezialisierung der PropertyDescriptor Klasse für Chartelementeigenschaften.
Erbt von: NamedPropertyDescriptor
Konstruktoren
ProxyDescriptor
protected ProxyDescriptor(string name, object owner, T origObj, IEnumerable<Attribute> attributes, Func<T, PropertyDescriptor, bool> selector)
proxyDescriptor = ProxyDescriptor(name, owner, origObj, attributes, selector)
Erstellen Sie Instanz.
Eigenschaften
Attributes
public override AttributeCollection Attributes { get; }
value = proxyDescriptor.Attributes
Attribute.
IsReadOnly
public override bool IsReadOnly { get; }
value = proxyDescriptor.IsReadOnly
Gibt einen Wert an, der angibt, ob die ICollection schreibgeschützt ist.
Rückgabe: wenn die ICollection nur schreibgeschützt ist; andernfalls,
PropertyType
public override Type PropertyType { get; }
value = proxyDescriptor.PropertyType
Art der Immobilie.
Methoden
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)
Erstellen Sie einen Diagrammeinstellungen Objekt Wrapper für ein Objekt.
ShouldSerializeValue
public override bool ShouldSerializeValue(object c)
result = proxyDescriptor.ShouldSerializeValue(c)