Class ProfileManagementPageGroup
Inheritance
ProfileManagementPageGroup
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
Properties
ComponentType
Declaration
public Type ComponentType { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Parameter
Declaration
public object Parameter { get; set; }
Property Value
Extension Methods