Click or drag to resize
ComponentDefinitionBase Class
Base class for component definition.
Inheritance Hierarchy

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public abstract class ComponentDefinitionBase

The ComponentDefinitionBase type exposes the following members.

Constructors
  NameDescription
Protected methodComponentDefinitionBase
Creates an empty instance of the ComponentDefinitionBase class.
Protected methodComponentDefinitionBase(String, String)
Creates an instance of the ComponentDefinitionBase class.
Top
Properties
  NameDescription
Public propertyIdentifier
Unique identifier of the component definition.
Public propertyName
Name of the registered component.
Top
See Also