IGenericProperty Interface |
Namespace: CMS.Base
public interface IGenericProperty : IGenericExtension
The IGenericProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() | Name |
Property name
|
![]() | ParentExtension |
Parent extension. If set, provides instance object to current extension
(Inherited from IGenericExtension.) |
![]() | ParentProperty |
Parent property. If set, provides value to current extension
|
![]() | Type |
Type of the property
|
Name | Description | |
---|---|---|
![]() | GetInstance |
Returns the extension object instance
(Inherited from IGenericExtension.) |
![]() | GetValue |
Gets the value of the property
|
![]() | NewGenericProperty |
Creates a new property inferred from this extension
(Inherited from IGenericExtension.) |
![]() | RegisterAsExtensionTo |
Registers the extension as an extension to the given type
(Inherited from IGenericExtension.) |
![]() | RegisterAsPropertyTo |
Registers the extension as a property to the given type
(Inherited from IGenericExtension.) |
![]() | RegisterAsStaticPropertyTo |
Registers the extension as a property to the given type
|
![]() | SetInstance |
Sets the extension object instance
(Inherited from IGenericExtension.) |