Click or drag to resize
DynamicPropertyPropertyType Properties

The DynamicPropertyPropertyType generic type exposes the following members.

Properties
  NameDescription
Protected propertyGetter
Gets or sets the getter for the property
Public propertyInitializer
Property initializer
(Inherited from GenericPropertyPropertyType.)
Public propertyInstance
Property value. Initializes the extension object if not available
(Inherited from GenericExtensionExtensionType.)
Public propertyIsInitialized
Returns true if the extension is initialized
(Inherited from GenericExtensionExtensionType.)
Public propertyLazyInstance
Lazy instance of the extension
(Inherited from GenericExtensionExtensionType.)
Public propertyName
Property name
(Inherited from GenericPropertyPropertyType.)
Public propertyParentExtension
Parent extension. If set, provides instance object to current extension
(Inherited from GenericExtensionExtensionType.)
Public propertyParentProperty
Parent property. If set, provides value to current extension
(Inherited from GenericPropertyPropertyType.)
Protected propertyPropertyInitializer
Property initializer
(Inherited from GenericExtensionExtensionType.)
Protected propertySetter
Gets or sets the setter for the property
Public propertyType
Type of the property
(Inherited from GenericPropertyPropertyType.)
Public propertyValue
Property value
(Overrides GenericPropertyPropertyTypeValue.)
Public propertyValueIsSingleton
If true, the property ensures an object instance in it's value if null
(Inherited from GenericPropertyPropertyType.)
Top
See Also