| IGenericExtension Interface |
Namespace: CMS.Base
public interface IGenericExtension
The IGenericExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| ParentExtension |
Parent extension. If set, provides instance object to current extension
|
| Name | Description | |
|---|---|---|
| GetInstance |
Returns the extension object instance
| |
| NewGenericProperty |
Creates a new property inferred from this extension
| |
| RegisterAsExtensionTo |
Registers the extension as an extension to the given type
| |
| RegisterAsPropertyTo |
Registers the extension as a property to the given type
| |
| SetInstance |
Sets the extension object instance
|