UnitEditor
StockSharp.Xaml
Das Steuerelement für die Klassenobjektbearbeitungseinheit.
Erbt von: BaseEdit
Konstruktoren
Eigenschaften
DefaultSupportLegacyTypes
public static bool DefaultSupportLegacyTypes { get; set; }
value = UnitEditor.DefaultSupportLegacyTypes
UnitEditor.DefaultSupportLegacyTypes = value
Standardwert für SupportStepType, SupportLimitType, SupportPointType.
MaxValue
public decimal? MaxValue { get; set; }
value = unitEditor.MaxValue
unitEditor.MaxValue = value
Maximalwert.
MinValue
public decimal? MinValue { get; set; }
value = unitEditor.MinValue
unitEditor.MinValue = value
Min.-Wert.
ShowTypeSelector
public bool ShowTypeSelector { get; private set; }
value = unitEditor.ShowTypeSelector
unitEditor.ShowTypeSelector = value
Typauswahl anzeigen.
SupportAbsolute
public bool SupportAbsolute { get; set; }
value = unitEditor.SupportAbsolute
unitEditor.SupportAbsolute = value
Unterstützen Sie Absolute.
SupportedTypes
public IEnumerable<UnitTypes> SupportedTypes { get; private set; }
value = unitEditor.SupportedTypes
unitEditor.SupportedTypes = value
Unterstützte Einheitentypen.
SupportLimitType
public bool SupportLimitType { get; set; }
value = unitEditor.SupportLimitType
unitEditor.SupportLimitType = value
Support Limit.
SupportPercent
public bool SupportPercent { get; set; }
value = unitEditor.SupportPercent
unitEditor.SupportPercent = value
Unterstützungsprozent.
SupportPointType
public bool SupportPointType { get; set; }
value = unitEditor.SupportPointType
unitEditor.SupportPointType = value
Stützpunkt.
SupportStepType
public bool SupportStepType { get; set; }
value = unitEditor.SupportStepType
unitEditor.SupportStepType = value
Unterstützungsschritt.
UnitType
public UnitTypes UnitType { get; set; }
value = unitEditor.UnitType
unitEditor.UnitType = value
Art der Einheit.
UnitValue
public decimal? UnitValue { get; set; }
value = unitEditor.UnitValue
unitEditor.UnitValue = value
Einheitswert.
Methoden
CreateEditorSettings
protected override BaseEditSettings CreateEditorSettings()
result = unitEditor.CreateEditorSettings()
CreateEditStrategy
protected override EditStrategyBase CreateEditStrategy()
result = unitEditor.CreateEditStrategy()
Felder
MaxValueProperty
public static readonly DependencyProperty MaxValueProperty
value = UnitEditor.MaxValueProperty
Maximalwert.
MinValueProperty
public static readonly DependencyProperty MinValueProperty
value = UnitEditor.MinValueProperty
Min.-Wert.
ShowTypeSelectorProperty
public static readonly DependencyProperty ShowTypeSelectorProperty
value = UnitEditor.ShowTypeSelectorProperty
DependencyProperty für ShowTypeSelector.
SupportAbsoluteProperty
public static readonly DependencyProperty SupportAbsoluteProperty
value = UnitEditor.SupportAbsoluteProperty
Unterstützen Sie Absolute.
SupportLimitTypeProperty
public static readonly DependencyProperty SupportLimitTypeProperty
value = UnitEditor.SupportLimitTypeProperty
Support Limit.
SupportPercentProperty
public static readonly DependencyProperty SupportPercentProperty
value = UnitEditor.SupportPercentProperty
Unterstützungsprozent.
SupportPointTypeProperty
public static readonly DependencyProperty SupportPointTypeProperty
value = UnitEditor.SupportPointTypeProperty
Stützpunkt.
SupportStepTypeProperty
public static readonly DependencyProperty SupportStepTypeProperty
value = UnitEditor.SupportStepTypeProperty
Unterstützungsschritt.
UnitTypeProperty
public static readonly DependencyProperty UnitTypeProperty
value = UnitEditor.UnitTypeProperty
Art der Einheit.
UnitValueProperty
public static readonly DependencyProperty UnitValueProperty
value = UnitEditor.UnitValueProperty
Einheitswert.