C# 클래스 AcManager.Controls.Dialogs.Prompt

상속: IValueConverter
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Prompt System
Show string
ShowAsync Task

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ShowAsync ( CancellationToken cancellation ) : Task

비공개 메소드들

메소드 설명
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

메소드 상세

Convert() 공개 메소드

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object

ConvertBack() 공개 메소드

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object

ShowAsync() 공개 메소드

public ShowAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
리턴 Task