Show / Hide Table of Contents

Class SettingPageGroup

Inheritance
System.Object
SettingPageGroup
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.SettingManagement.Web.Pages.SettingManagement
Assembly: Volo.Abp.SettingManagement.Web.dll
Syntax
public class SettingPageGroup

Constructors

SettingPageGroup(String, String, Type, Object)

Declaration
public SettingPageGroup(string id, string displayName, Type componentType, object parameter = null)
Parameters
Type Name Description
System.String id
System.String displayName
System.Type componentType
System.Object parameter

Properties

ComponentType

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

DisplayName

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

Id

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

Parameter

Declaration
public object Parameter { get; set; }
Property Value
Type Description
System.Object

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft