C# 클래스 Aguacongas.TheIdServer.BlazorApp.Pages.Client.Components.IdentityProvider

파일 보기 프로젝트 열기: Aguafrommars/TheIdServer

보호된 메소드들

메소드 설명
GetFilteredValues ( string term, CancellationToken cancellationToken ) : Task>
OnInitializedAsync ( ) : Task
OnParametersSet ( ) : void
SetValue ( string inputValue ) : void

비공개 메소드들

메소드 설명
GetProviderName ( string id ) : Task

메소드 상세

GetFilteredValues() 보호된 메소드

protected GetFilteredValues ( string term, CancellationToken cancellationToken ) : Task>
term string
cancellationToken CancellationToken
리턴 Task>

OnInitializedAsync() 보호된 메소드

protected OnInitializedAsync ( ) : Task
리턴 Task

OnParametersSet() 보호된 메소드

protected OnParametersSet ( ) : void
리턴 void

SetValue() 보호된 메소드

protected SetValue ( string inputValue ) : void
inputValue string
리턴 void