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

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

The IGenericProperty type exposes the following members.

Properties
  NameDescription
Public propertyName
Property name
Public propertyParentExtension
Parent extension. If set, provides instance object to current extension
(Inherited from IGenericExtension.)
Public propertyParentProperty
Parent property. If set, provides value to current extension
Public propertyType
Type of the property
Top
Methods
  NameDescription
Public methodGetInstance
Returns the extension object instance
(Inherited from IGenericExtension.)
Public methodGetValue
Gets the value of the property
Public methodNewGenericProperty
Creates a new property inferred from this extension
(Inherited from IGenericExtension.)
Public methodRegisterAsExtensionTo
Registers the extension as an extension to the given type
(Inherited from IGenericExtension.)
Public methodRegisterAsPropertyTo
Registers the extension as a property to the given type
(Inherited from IGenericExtension.)
Public methodRegisterAsStaticPropertyTo
Registers the extension as a property to the given type
Public methodSetInstance
Sets the extension object instance
(Inherited from IGenericExtension.)
Top
See Also