Show / Hide Table of Contents

Class GlobalCmsKitFeatures

Inheritance
object
GlobalModuleFeatures
GlobalCmsKitFeatures
Inherited Members
GlobalModuleFeatures.Enable<TFeature>()
GlobalModuleFeatures.Disable<TFeature>()
GlobalModuleFeatures.SetEnabled<TFeature>(bool)
GlobalModuleFeatures.Enable(string)
GlobalModuleFeatures.Disable(string)
GlobalModuleFeatures.SetEnabled(string, bool)
GlobalModuleFeatures.EnableAll()
GlobalModuleFeatures.DisableAll()
GlobalModuleFeatures.GetFeature(string)
GlobalModuleFeatures.GetFeature<TFeature>()
GlobalModuleFeatures.GetFeatures()
GlobalModuleFeatures.AddFeature(GlobalFeature)
GlobalModuleFeatures.FeatureManager
GlobalModuleFeatures.AllFeatures
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.GlobalFeatures
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public class GlobalCmsKitFeatures : GlobalModuleFeatures

Constructors

GlobalCmsKitFeatures(GlobalFeatureManager)

Declaration
public GlobalCmsKitFeatures(GlobalFeatureManager featureManager)
Parameters
Type Name Description
GlobalFeatureManager featureManager

Fields

ModuleName

Declaration
public const string ModuleName = "CmsKit"
Field Value
Type Description
string

Properties

BlogPostScrollIndex

Declaration
public BlogPostScrollIndexFeature BlogPostScrollIndex { get; }
Property Value
Type Description
BlogPostScrollIndexFeature

Blogs

Declaration
public BlogsFeature Blogs { get; }
Property Value
Type Description
BlogsFeature

Comments

Declaration
public CommentsFeature Comments { get; }
Property Value
Type Description
CommentsFeature

GlobalResources

Declaration
public GlobalResourcesFeature GlobalResources { get; }
Property Value
Type Description
GlobalResourcesFeature

MarkedItemsFeature

Declaration
public MarkedItemsFeature MarkedItemsFeature { get; }
Property Value
Type Description
MarkedItemsFeature

Media

Declaration
public MediaFeature Media { get; }
Property Value
Type Description
MediaFeature

Menu

Declaration
public MenuFeature Menu { get; }
Property Value
Type Description
MenuFeature

Pages

Declaration
public PagesFeature Pages { get; }
Property Value
Type Description
PagesFeature

Ratings

Declaration
public RatingsFeature Ratings { get; }
Property Value
Type Description
RatingsFeature

Reactions

Declaration
public ReactionsFeature Reactions { get; }
Property Value
Type Description
ReactionsFeature

Tags

Declaration
public TagsFeature Tags { get; }
Property Value
Type Description
TagsFeature

User

Declaration
public CmsUserFeature User { get; }
Property Value
Type Description
CmsUserFeature

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform