Click or drag to resize
RegisterDecoratorAttribute Class
Marks the class as a decorator for the given interface
Inheritance Hierarchy

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public class RegisterDecoratorAttribute : AbstractTypeAttribute

The RegisterDecoratorAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterDecoratorAttribute
Constructor
Top
Properties
  NameDescription
Public propertyApplyAfter
If set, the extension applies after extension of the specified type
Public propertyInterfaceType
Interface type
Public propertyMarkedType
Type marked with this attribute
(Inherited from AbstractTypeAttribute.)
Protected propertyType
Interface type
(Inherited from AbstractTypeAttribute.)
Top
Methods
See Also

Reference