Class ProfileManagementPageCreationContext
Inheritance
System.Object
ProfileManagementPageCreationContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Account.Web.ProfileManagement
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class ProfileManagementPageCreationContext
Constructors
ProfileManagementPageCreationContext(IServiceProvider)
Declaration
public ProfileManagementPageCreationContext(IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IServiceProvider | serviceProvider |
Properties
Groups
Declaration
public List<ProfileManagementPageGroup> Groups { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ProfileManagementPageGroup> |
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
| Type | Description |
|---|---|
| System.IServiceProvider |