C# Класс Esri.ArcGISRuntime.Toolkit.Controls.SignInDialog

Наследование: System.Windows.Controls.Control, INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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