Click or drag to resize
IGenericExtension Interface
Interface for the generic extension

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface IGenericExtension

The IGenericExtension type exposes the following members.

Properties
  NameDescription
Public propertyParentExtension
Parent extension. If set, provides instance object to current extension
Top
Methods
  NameDescription
Public methodGetInstance
Returns the extension object instance
Public methodNewGenericProperty
Creates a new property inferred from this extension
Public methodRegisterAsExtensionTo
Registers the extension as an extension to the given type
Public methodRegisterAsPropertyTo
Registers the extension as a property to the given type
Public methodSetInstance
Sets the extension object instance
Top
See Also