Class ComponentDefinitionBase
Inheritance
System.Object
ComponentDefinitionBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public abstract class ComponentDefinitionBase : PluggableComponentDefinitionBase, IComponentDefinition, IPluggableComponentDefinition, IContainerMatcher, IEquatable<IComponentDefinition>
Constructors
ComponentDefinitionBase(String)
Declaration
protected ComponentDefinitionBase(string widgetType)
Parameters
Type |
Name |
Description |
System.String |
widgetType |
|
ComponentDefinitionBase(String, LocalizationService)
Declaration
protected ComponentDefinitionBase(string widgetType, LocalizationService localizationService)
Parameters
ComponentDefinitionBase(String, String, String)
Declaration
protected ComponentDefinitionBase(string widgetType, string title, string description)
Parameters
Type |
Name |
Description |
System.String |
widgetType |
|
System.String |
title |
|
System.String |
description |
|
Properties
Categories
Declaration
public IEnumerable<string> Categories { get; protected set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
DefinitionName
Declaration
public virtual string DefinitionName { get; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public virtual string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
LanguagePath
Declaration
public string LanguagePath { get; set; }
Property Value
Type |
Description |
System.String |
|
LocalizationService
Declaration
protected LocalizationService LocalizationService { get; }
Property Value
Settings
Declaration
public virtual ISettingsDictionary Settings { get; }
Property Value
SortOrder
Declaration
public int SortOrder { get; protected set; }
Property Value
Type |
Description |
System.Int32 |
|
Title
Declaration
public virtual string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string WidgetType { get; protected set; }
Property Value
Type |
Description |
System.String |
|
Methods
CreateComponent()
Declaration
public override IComponent CreateComponent()
Returns
Overrides
CreateComponent(Type)
Declaration
protected IComponent CreateComponent(Type attributedType)
Parameters
Type |
Name |
Description |
System.Type |
attributedType |
|
Returns
Equals(IComponentDefinition)
Declaration
public bool Equals(IComponentDefinition other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods