C# Class AcManager.Controls.Dialogs.Prompt

Inheritance: IValueConverter
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Private Properties

Свойство Type Description
Prompt System
Show string
ShowAsync Task

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ShowAsync ( CancellationToken cancellation ) : Task

Private Methods

Méthode Description
Prompt ( string title, string description, string defaultValue, string watermark, string toolTip, bool multiline, bool passwordMode, bool required, int maxLength, IEnumerable suggestions ) : System
Show ( string description, string title, string defaultValue = "", string watermark = null, string toolTip = null, bool multiline = false, bool passwordMode = false, bool required = false, int maxLength = -1, IEnumerable suggestions = null ) : string
ShowAsync ( string description, string title, string defaultValue = "", string watermark = null, string toolTip = null, bool multiline = false, bool passwordMode = false, bool required = false, int maxLength = -1, IEnumerable suggestions = null, CancellationToken cancellation = default(CancellationToken) ) : Task

Method Details

Convert() public méthode

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

ShowAsync() public méthode

public ShowAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
Résultat Task