Show / Hide Table of Contents

Class TimeSpanEditor

TimeSpan редактор.

Inheritance
Object
TimeSpanEditor
Implements
IComponentConnector
Namespace: Ecng.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class TimeSpanEditor : UserControl, IComponentConnector

Constructors

TimeSpanEditor()

Создать TimeSpanEditor.

Declaration
public TimeSpanEditor()

Fields

DaysProperty

DependencyProperty для Days.

Declaration
public static readonly DependencyProperty DaysProperty
Field Value
Type Description
DependencyProperty

HasValueProperty

DependencyProperty для HasValue.

Declaration
public static readonly DependencyProperty HasValueProperty
Field Value
Type Description
DependencyProperty

HoursProperty

DependencyProperty для Hours.

Declaration
public static readonly DependencyProperty HoursProperty
Field Value
Type Description
DependencyProperty

IsNullableProperty

DependencyProperty для HasValue.

Declaration
public static readonly DependencyProperty IsNullableProperty
Field Value
Type Description
DependencyProperty

MaskProperty

DependencyProperty для Mask.

Declaration
public static readonly DependencyProperty MaskProperty
Field Value
Type Description
DependencyProperty

MicrosecondsProperty

DependencyProperty для Microseconds.

Declaration
public static readonly DependencyProperty MicrosecondsProperty
Field Value
Type Description
DependencyProperty

MillisecondsProperty

DependencyProperty для Milliseconds.

Declaration
public static readonly DependencyProperty MillisecondsProperty
Field Value
Type Description
DependencyProperty

MinutesProperty

DependencyProperty для Minutes.

Declaration
public static readonly DependencyProperty MinutesProperty
Field Value
Type Description
DependencyProperty

SecondsProperty

DependencyProperty для Seconds.

Declaration
public static readonly DependencyProperty SecondsProperty
Field Value
Type Description
DependencyProperty

ValueProperty

DependencyProperty для Value.

Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type Description
DependencyProperty

Properties

Days

Дни.

Declaration
public int Days { get; set; }
Property Value
Type Description
Int32

HasValue

Имеет значение.

Declaration
public bool HasValue { get; set; }
Property Value
Type Description
Boolean

Hours

Hours.

Declaration
public int Hours { get; set; }
Property Value
Type Description
Int32

IsNullable

Может быть пустым.

Declaration
public bool IsNullable { get; set; }
Property Value
Type Description
Boolean

Mask

Показать маску.

Declaration
public TimeSpanEditorMask Mask { get; set; }
Property Value
Type Description
Ecng.ComponentModel.TimeSpanEditorMask

Microseconds

Microseconds.

Declaration
public int Microseconds { get; set; }
Property Value
Type Description
Int32

Milliseconds

Milliseconds.

Declaration
public int Milliseconds { get; set; }
Property Value
Type Description
Int32

Minutes

Minutes.

Declaration
public int Minutes { get; set; }
Property Value
Type Description
Int32

Seconds

Seconds.

Declaration
public int Seconds { get; set; }
Property Value
Type Description
Int32

Value

TimeSpan значение.

Declaration
public Nullable<TimeSpan> Value { get; set; }
Property Value
Type Description
Nullable<TimeSpan>

Methods

InitializeComponent()

InitializeComponent

Declaration
public void InitializeComponent()

Events

ValueChanged

Событие изменения Value.

Declaration
public event Action<Nullable<TimeSpan>> ValueChanged
Event Type
Type Description
Action<Nullable<TimeSpan>>

Implements

System.Windows.Markup.IComponentConnector

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
Extensions.TryGet<TMessage, TChange>(TMessage, TChange)
Extensions.TryGetDecimal<TMessage, TChange>(TMessage, TChange)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Object)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Decimal)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Int32)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Int64)
Extensions.Add<TMessage, TChange>(TMessage, TChange, SecurityStates)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<SecurityStates>)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, String)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Sides)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Sides>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, CurrencyTypes)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<CurrencyTypes>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, PortfolioStates)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<PortfolioStates>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, DateTimeOffset)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<DateTimeOffset>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Boolean>)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Decimal, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Decimal>, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Int32, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Int32>, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Int64, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Int64>, Boolean)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾