UnitEditor
StockSharp.Xaml
El control para el objeto de clase Edición de unidad.
Hereda de: BaseEdit
Constructores
Propiedades
DefaultSupportLegacyTypes
public static bool DefaultSupportLegacyTypes { get; set; }
value = UnitEditor.DefaultSupportLegacyTypes
UnitEditor.DefaultSupportLegacyTypes = value
Valor predeterminado para SupportStepType, SupportLimitType, SupportPointType.
MaxValue
public decimal? MaxValue { get; set; }
value = unitEditor.MaxValue
unitEditor.MaxValue = value
Valor máximo.
MinValue
public decimal? MinValue { get; set; }
value = unitEditor.MinValue
unitEditor.MinValue = value
Valor mínimo.
ShowTypeSelector
public bool ShowTypeSelector { get; private set; }
value = unitEditor.ShowTypeSelector
unitEditor.ShowTypeSelector = value
Mostrar selector de tipo.
SupportAbsolute
public bool SupportAbsolute { get; set; }
value = unitEditor.SupportAbsolute
unitEditor.SupportAbsolute = value
Apoyo Absoluto.
SupportedTypes
public IEnumerable<UnitTypes> SupportedTypes { get; private set; }
value = unitEditor.SupportedTypes
unitEditor.SupportedTypes = value
Tipos de unidad compatibles.
SupportLimitType
public bool SupportLimitType { get; set; }
value = unitEditor.SupportLimitType
unitEditor.SupportLimitType = value
Límite de soporte.
SupportPercent
public bool SupportPercent { get; set; }
value = unitEditor.SupportPercent
unitEditor.SupportPercent = value
Apoyo porcentual.
SupportPointType
public bool SupportPointType { get; set; }
value = unitEditor.SupportPointType
unitEditor.SupportPointType = value
Punto de apoyo.
SupportStepType
public bool SupportStepType { get; set; }
value = unitEditor.SupportStepType
unitEditor.SupportStepType = value
Paso de apoyo.
UnitType
public UnitTypes UnitType { get; set; }
value = unitEditor.UnitType
unitEditor.UnitType = value
Tipo de unidad.
UnitValue
public decimal? UnitValue { get; set; }
value = unitEditor.UnitValue
unitEditor.UnitValue = value
Valor unitario.
Métodos
CreateEditorSettings
protected override BaseEditSettings CreateEditorSettings()
result = unitEditor.CreateEditorSettings()
CreateEditStrategy
protected override EditStrategyBase CreateEditStrategy()
result = unitEditor.CreateEditStrategy()
Campos
MaxValueProperty
public static readonly DependencyProperty MaxValueProperty
value = UnitEditor.MaxValueProperty
Valor máximo.
MinValueProperty
public static readonly DependencyProperty MinValueProperty
value = UnitEditor.MinValueProperty
Valor mínimo.
ShowTypeSelectorProperty
public static readonly DependencyProperty ShowTypeSelectorProperty
value = UnitEditor.ShowTypeSelectorProperty
DependencyProperty for ShowTypeSelector.
SupportAbsoluteProperty
public static readonly DependencyProperty SupportAbsoluteProperty
value = UnitEditor.SupportAbsoluteProperty
Apoyo Absoluto.
SupportLimitTypeProperty
public static readonly DependencyProperty SupportLimitTypeProperty
value = UnitEditor.SupportLimitTypeProperty
Límite de soporte.
SupportPercentProperty
public static readonly DependencyProperty SupportPercentProperty
value = UnitEditor.SupportPercentProperty
Apoyo porcentual.
SupportPointTypeProperty
public static readonly DependencyProperty SupportPointTypeProperty
value = UnitEditor.SupportPointTypeProperty
Punto de apoyo.
SupportStepTypeProperty
public static readonly DependencyProperty SupportStepTypeProperty
value = UnitEditor.SupportStepTypeProperty
Paso de apoyo.
UnitTypeProperty
public static readonly DependencyProperty UnitTypeProperty
value = UnitEditor.UnitTypeProperty
Tipo de unidad.
UnitValueProperty
public static readonly DependencyProperty UnitValueProperty
value = UnitEditor.UnitValueProperty
Valor unitario.