Show / Hide Table of Contents

Class ClaimTypeRequiredBadgeComponent

Inheritance
object
ComponentBase
ClaimTypeRequiredBadgeComponent
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
ComponentBase.OnInitialized()
ComponentBase.OnInitializedAsync()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity.Components
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class ClaimTypeRequiredBadgeComponent : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

ClaimTypeRequiredBadgeComponent()

Declaration
public ClaimTypeRequiredBadgeComponent()

Properties

Data

Declaration
[Parameter]
public object Data { get; set; }
Property Value
Type Description
object

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

Implements

IComponent
IHandleEvent
IHandleAfterRender
In this article
Back to top Powered by Volosoft