Click or drag to resize
RegisterExtenderAttribute Class
Specifies the extender in the assembly being attributed.
Inheritance Hierarchy

Namespace: CMS
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class RegisterExtenderAttribute : RegisterExtensionAttribute

The RegisterExtenderAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterExtenderAttribute
Initializes a new instance of the RegisterExtenderAttribute class with the specified extender type.
Top
Properties
  NameDescription
Public propertyExtensionType
Gets the extension type
(Inherited from RegisterExtensionAttribute.)
Public propertyMarkedType
Gets the extended type
(Inherited from RegisterExtensionAttribute.)
Top
Methods
  NameDescription
Protected methodGetExtensionObject
Creates an extension object based on extension type
(Inherited from RegisterExtensionAttribute.)
Public methodPreInit
Initializes the attribute
(Inherited from RegisterExtensionAttribute.)
Top
See Also

Reference