Show / Hide Table of Contents

Class ProfileManagementPageGroup

Inheritance
object
ProfileManagementPageGroup
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 ProfileManagementPageGroup

Constructors

ProfileManagementPageGroup(string, string, Type, object)

Declaration
public ProfileManagementPageGroup(string id, string displayName, Type componentType, object parameter = null)
Parameters
Type Name Description
string id
string displayName
Type componentType
object parameter

Properties

ComponentType

Declaration
public Type ComponentType { get; set; }
Property Value
Type Description
Type

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
string

Parameter

Declaration
public object Parameter { get; set; }
Property Value
Type Description
object
In this article
Back to top Powered by Volosoft