C# 클래스 Esri.ArcGISRuntime.Toolkit.Controls.SignInDialog

상속: System.Windows.Controls.Control, INotifyPropertyChanged
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TitleProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
Cancel void
DoSignInInUIThread Task
GenerateCredentialAsync System.Threading.Tasks.Task
GenerateNetworkCredential Credential
GenerateTokenCredentialAsync Task
GetResourceName string
GetSuffix string
MakeReplacements void
OnPropertyChanged void
SetRichTextBoxErrorMessage void
SetRichTextBoxMessage void
UpdateCanCancel void
UpdateCanGenerate void
WaitForCredentialAsync Task
XamlEncode string

공개 메소드들

메소드 설명
CreateCredentialAsync ( CredentialRequestInfo credentialRequestInfo ) : Task

Challenge handler leaveraging the SignInDialog in a child window dialog.

OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call T:System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application.

SignInDialog ( ) : System

Initializes a new instance of the SignInDialog control.

비공개 메소드들

메소드 설명
Cancel ( ) : void
DoSignInInUIThread ( CredentialRequestInfo credentialRequestInfo ) : Task
GenerateCredentialAsync ( ) : System.Threading.Tasks.Task
GenerateNetworkCredential ( ) : Credential
GenerateTokenCredentialAsync ( ) : Task
GetResourceName ( string url ) : string
GetSuffix ( string url ) : string
MakeReplacements ( System.Windows.Controls.RichTextBox richTextBox, string xaml ) : void
OnPropertyChanged ( string propertyName ) : void
SetRichTextBoxErrorMessage ( ) : void
SetRichTextBoxMessage ( ) : void
UpdateCanCancel ( ) : void
UpdateCanGenerate ( ) : void
WaitForCredentialAsync ( CredentialRequestInfo credentialRequestInfo ) : Task
XamlEncode ( string inputStr ) : string

메소드 상세

CreateCredentialAsync() 공개 메소드

Challenge handler leaveraging the SignInDialog in a child window dialog.
public CreateCredentialAsync ( CredentialRequestInfo credentialRequestInfo ) : Task
credentialRequestInfo CredentialRequestInfo
리턴 Task

OnApplyTemplate() 공개 메소드

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call T:System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application.
public OnApplyTemplate ( ) : void
리턴 void

SignInDialog() 공개 메소드

Initializes a new instance of the SignInDialog control.
public SignInDialog ( ) : System
리턴 System

프로퍼티 상세

TitleProperty 공개적으로 정적으로 프로퍼티

Identifies the Title dependency property.
public static DependencyProperty,System.Windows TitleProperty
리턴 System.Windows.DependencyProperty