Table of Contents

Class ExtensionAttribute

Namespace
CMS.Base
Assembly
CMS.Base.dll

Extension attribute. Place above particular class to register its extension.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public class ExtensionAttribute : Attribute
Inheritance
object
Attribute
ExtensionAttribute
Derived
Extension Methods

Constructors

ExtensionAttribute(Type)

Extends the class with the specified extension

public ExtensionAttribute(Type extensionType)

Parameters

extensionType Type

Extension type

Properties

ExtensionType

Extension type

public Type ExtensionType { get; protected set; }

Property Value

Type

Methods

GetExtensionObject()

Creates an extension object based on extension type

protected IGenericExtension GetExtensionObject()

Returns

IGenericExtension

RegisterTo(Type)

Registers the extension within the system

public virtual void RegisterTo(Type type)

Parameters

type Type

Object type to which the extension will be registered