Table of Contents

Class RegisterCustomHelperAttribute

Namespace
CMS
Assembly
CMS.Base.dll

Registers the custom helper within the system, replaces the default helper from which the defined one inherits.

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterCustomHelperAttribute : Attribute, IInitAttribute
Inheritance
object
Attribute
RegisterCustomHelperAttribute
Implements
Extension Methods

Constructors

RegisterCustomHelperAttribute(Type)

Constructor

public RegisterCustomHelperAttribute(Type type)

Parameters

type Type

Type used as helper implementation.

Properties

MarkedType

Gets the type used as helper implementation.

public Type MarkedType { get; protected set; }

Property Value

Type

Methods

Init()

Applies the attribute

public void Init()