Simple dynamic property.
More...
PushTechnology.DiffusionCore.PropertyHandler.SimpleProperty< T >.SimpleProperty |
( |
T |
value | ) |
|
override void PushTechnology.DiffusionCore.PropertyHandler.SimpleProperty< T >.AddProperty< TValue > |
( |
string |
name, |
|
|
DynamicProperty< TValue > |
property |
|
) |
| |
|
virtual |
override DynamicProperty<TValue> PushTechnology.DiffusionCore.PropertyHandler.SimpleProperty< T >.GetProperty< TValue > |
( |
string |
name | ) |
|
|
virtual |
override TValue PushTechnology.DiffusionCore.PropertyHandler.SimpleProperty< T >.GetValue< TValue > |
( |
string |
name | ) |
|
|
virtual |
override bool PushTechnology.DiffusionCore.PropertyHandler.SimpleProperty< T >.HasProperty |
( |
string |
name | ) |
|
|
virtual |
override void PushTechnology.DiffusionCore.PropertyHandler.SimpleProperty< T >.RemoveProperty |
( |
string |
name | ) |
|
|
virtual |
override void PushTechnology.DiffusionCore.PropertyHandler.SimpleProperty< T >.SetValue< TValue > |
( |
string |
name, |
|
|
TValue |
value |
|
) |
| |
|
virtual |
override T PushTechnology.DiffusionCore.PropertyHandler.SimpleProperty< T >.Value |
|
getset |
Get/set the value of this property.