Show / Hide Table of Contents

Class ProfileManagementPageCreationContext

Inheritance
object
ProfileManagementPageCreationContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Public.Web.ProfileManagement
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class ProfileManagementPageCreationContext

Constructors

ProfileManagementPageCreationContext(IServiceProvider)

Declaration
public ProfileManagementPageCreationContext(IServiceProvider serviceProvider)
Parameters
Type Name Description
IServiceProvider serviceProvider

Properties

Groups

Declaration
public List<ProfileManagementPageGroup> Groups { get; }
Property Value
Type Description
List<ProfileManagementPageGroup>

ServiceProvider

Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Type Description
IServiceProvider
In this article
Back to top Powered by Volosoft