C# Класс ESRI.ArcGIS.Client.Toolkit.TextInputManager

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
EnterCommandProperty System.Windows.DependencyProperty
PasswordTextProperty System.Windows.DependencyProperty
UpdateSourceOnTextChangedProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
GetEnterCommand ( DependencyObject obj ) : ICommand

Gets the command.

GetPasswordText ( DependencyObject obj ) : string

Gets the password text.

GetUpdateSourceOnTextChanged ( DependencyObject obj ) : bool

Gets a flag that indicates if the binding source must be updated when the text changes. In SL4, this is a workaround to the lack of UpdateSourceTrigger=PropertyChanged option.

SetEnterCommand ( DependencyObject obj, ICommand value ) : void

Sets the command.

SetPasswordText ( DependencyObject obj, string value ) : void

Sets the password text.

SetUpdateSourceOnTextChanged ( DependencyObject obj, bool value ) : void

Sets a flag that indicates if the binding source must be updated when the text changes.

Приватные методы

Метод Описание
KeyUpHandler ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnEnterCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPasswordChanged ( object sender, RoutedEventArgs e ) : void
OnPasswordTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
OnUpdateSourceOnTextChangedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Описание методов

GetEnterCommand() публичный статический Метод

Gets the command.
public static GetEnterCommand ( DependencyObject obj ) : ICommand
obj System.Windows.DependencyObject The obj.
Результат ICommand

GetPasswordText() публичный статический Метод

Gets the password text.
public static GetPasswordText ( DependencyObject obj ) : string
obj System.Windows.DependencyObject The obj.
Результат string

GetUpdateSourceOnTextChanged() публичный статический Метод

Gets a flag that indicates if the binding source must be updated when the text changes. In SL4, this is a workaround to the lack of UpdateSourceTrigger=PropertyChanged option.
public static GetUpdateSourceOnTextChanged ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject The obj.
Результат bool

SetEnterCommand() публичный статический Метод

Sets the command.
public static SetEnterCommand ( DependencyObject obj, ICommand value ) : void
obj System.Windows.DependencyObject The obj.
value ICommand The value.
Результат void

SetPasswordText() публичный статический Метод

Sets the password text.
public static SetPasswordText ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject The obj.
value string The value.
Результат void

SetUpdateSourceOnTextChanged() публичный статический Метод

Sets a flag that indicates if the binding source must be updated when the text changes.
public static SetUpdateSourceOnTextChanged ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Результат void

Описание свойств

EnterCommandProperty публичное статическое свойство

Identifies the Command attached property.
public static DependencyProperty,System.Windows EnterCommandProperty
Результат System.Windows.DependencyProperty

PasswordTextProperty публичное статическое свойство

Identifies the PasswordText attached property. In WPF this a workaround for the Password property that is not a DP.
public static DependencyProperty,System.Windows PasswordTextProperty
Результат System.Windows.DependencyProperty

UpdateSourceOnTextChangedProperty публичное статическое свойство

Identifies the UpdateSourceOnTextChanged attached property.
public static DependencyProperty,System.Windows UpdateSourceOnTextChangedProperty
Результат System.Windows.DependencyProperty