ModalLookup
Assembly: ServiceStack.Blazor.dll
View Source
Declaration
public abstract class ModalLookup : AuthBlazorComponentBase, IHasJsonApiClient
Inherited Properties
AuthenticationStateTask
View Source
Declaration
protected Task<AuthenticationState>? AuthenticationStateTask { get; set; }
HasInit
View Source
Declaration
protected bool HasInit { get; set; }
IsAuthenticated
View Source
Declaration
protected bool IsAuthenticated { get; }
User
View Source
Declaration
protected ClaimsPrincipal User { get; set; }
Methods
Reset()
View Source
Declaration
public abstract void Reset()
UpdateAsync()
View Source
Declaration
public abstract Task UpdateAsync()
Returns
Task
Inherited Methods
CanAccess(MetadataOperationType)
View Source
Declaration
protected virtual bool CanAccess(MetadataOperationType op)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.MetadataOperationType | op |
InvalidAccessMessage(MetadataOperationType)
View Source
Declaration
public virtual string InvalidAccessMessage(MetadataOperationType op)
Returns
System.String
Parameters
Type | Name |
---|---|
ServiceStack.MetadataOperationType | op |
OnParametersSetAsync()
View Source
Declaration
protected override async Task OnParametersSetAsync()
Returns
Task
Implements
ServiceStack.IHasJsonApiClient