Class FeatureBase NamespaceDynamicweb.Core AssemblyDynamicweb.Core.dll public abstract class FeatureBase : Feature Inheritance object Feature FeatureBase Derived SchemaManagementFeature TemplateUseParsedLayoutFeature UserFrontendFeature Inherited Members Feature.Name Feature.Category Feature.DefaultValue Feature.IsActive<T>() object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors FeatureBase(string, string, bool) protected FeatureBase(string name, string category, bool defaultValue) Parameters name string category string defaultValue bool