Click or drag to resize
RegisterExtensionAttribute Class
Marks the class as extension of the given class
Inheritance Hierarchy

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

The RegisterExtensionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterExtensionAttribute
Constructor
Top
Properties
  NameDescription
Public propertyExtensionType
Gets the extension type
Public propertyMarkedType
Gets the extended type
Top
Methods
  NameDescription
Protected methodGetExtensionObject
Creates an extension object based on extension type
Public methodPreInit
Initializes the attribute
Top
See Also

Reference