Show / Hide Table of Contents

Class IdentityUserViewDetailsModal

Inheritance
object
ComponentBase
OwningComponentBase
AbpComponentBase
AbpIdentityProComponentBase
IdentityUserViewDetailsModal
Implements
IComponent
IHandleEvent
IHandleAfterRender
IDisposable
Inherited Members
AbpComponentBase.LazyGetRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetService<TService>(ref TService)
AbpComponentBase.LazyGetService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedService<TRef>(Type, ref TRef)
AbpComponentBase.CreateLocalizer()
AbpComponentBase.HandleErrorAsync(Exception)
AbpComponentBase.StringLocalizerFactory
AbpComponentBase.L
AbpComponentBase.LocalizationResource
AbpComponentBase.Logger
AbpComponentBase.LoggerFactory
AbpComponentBase.AuthorizationService
AbpComponentBase.CurrentUser
AbpComponentBase.CurrentTenant
AbpComponentBase.Message
AbpComponentBase.Notify
AbpComponentBase.UserExceptionInformer
AbpComponentBase.AlertManager
AbpComponentBase.Clock
AbpComponentBase.Alerts
AbpComponentBase.ObjectMapper
AbpComponentBase.ObjectMapperContext
AbpComponentBase.NonScopedServices
OwningComponentBase.Dispose(bool)
OwningComponentBase.IsDisposed
OwningComponentBase.ScopedServices
ComponentBase.OnInitialized()
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)
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
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 IdentityUserViewDetailsModal : AbpIdentityProComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Constructors

IdentityUserViewDetailsModal()

Declaration
public IdentityUserViewDetailsModal()

Fields

DefaultSelectedTab

Declaration
protected const string DefaultSelectedTab = "UserInformations"
Field Value
Type Description
string

EditModalSelectedTab

Declaration
protected string EditModalSelectedTab
Field Value
Type Description
string

HasManageOuPermission

Declaration
protected bool HasManageOuPermission
Field Value
Type Description
bool

ManageOuPolicyName

Declaration
protected string ManageOuPolicyName
Field Value
Type Description
string

OrganizationUnits

Declaration
protected List<OrganizationUnitTreeView> OrganizationUnits
Field Value
Type Description
List<OrganizationUnitTreeView>

SelectedOrganizationUnits

Declaration
protected Dictionary<Guid, bool> SelectedOrganizationUnits
Field Value
Type Description
Dictionary<Guid, bool>

ViewDetailsModal

Declaration
protected Modal ViewDetailsModal
Field Value
Type Description
Modal

Properties

CreatedBy

Declaration
protected string CreatedBy { get; set; }
Property Value
Type Description
string

DefaultDateTimeFormat

Declaration
protected string DefaultDateTimeFormat { get; set; }
Property Value
Type Description
string

DefaultEmptyValue

Declaration
protected string DefaultEmptyValue { get; set; }
Property Value
Type Description
string

ModifiedBy

Declaration
protected string ModifiedBy { get; set; }
Property Value
Type Description
string

User

Declaration
protected IdentityUserDto User { get; set; }
Property Value
Type Description
IdentityUserDto

UserAppService

Declaration
[Inject]
protected IIdentityUserAppService UserAppService { get; set; }
Property Value
Type Description
IIdentityUserAppService

UserId

Declaration
protected Guid UserId { get; set; }
Property Value
Type Description
Guid

Methods

BuildRenderTree(RenderTreeBuilder)

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

CloseViewDetailsModalAsync()

Declaration
protected Task CloseViewDetailsModalAsync()
Returns
Type Description
Task

ConvertUserFriendlyFormat(bool)

Declaration
protected virtual string ConvertUserFriendlyFormat(bool value)
Parameters
Type Name Description
bool value
Returns
Type Description
string

ConvertUserFriendlyFormat(DateTimeOffset?)

Declaration
protected virtual string ConvertUserFriendlyFormat(DateTimeOffset? dateTime)
Parameters
Type Name Description
DateTimeOffset? dateTime
Returns
Type Description
string

ConvertUserFriendlyFormat(DateTime?)

Declaration
protected virtual string ConvertUserFriendlyFormat(DateTime? dateTime)
Parameters
Type Name Description
DateTime? dateTime
Returns
Type Description
string

ConvertUserFriendlyFormat(string)

Declaration
protected virtual string ConvertUserFriendlyFormat(string value)
Parameters
Type Name Description
string value
Returns
Type Description
string

GetOrganizationUnitsAsync(ICollection<Guid>)

Declaration
protected virtual Task GetOrganizationUnitsAsync(ICollection<Guid> selectedOuIds = null)
Parameters
Type Name Description
ICollection<Guid> selectedOuIds
Returns
Type Description
Task

GetUserAsync()

Declaration
protected virtual Task GetUserAsync()
Returns
Type Description
Task

GetUserNameOrNullAsync(Guid?)

Declaration
protected virtual Task<string> GetUserNameOrNullAsync(Guid? userId)
Parameters
Type Name Description
Guid? userId
Returns
Type Description
Task<string>

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task
Overrides
ComponentBase.OnInitializedAsync()

OpenAsync(Guid)

Declaration
public virtual Task OpenAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

SetPermissionAsync()

Declaration
protected virtual Task SetPermissionAsync()
Returns
Type Description
Task

Implements

IComponent
IHandleEvent
IHandleAfterRender
IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform