![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Generic class for properties More...
Public Member Functions | |
Property (string Name, T DefaultValue, IModel Model) | |
Generic class for persistant properties More... | |
Protected Attributes | |
T | value = default |
Properties | |
string | Name [get] |
Property Name More... | |
IModel | Model [get] |
Model hosting the property. More... | |
object | UntypedValue [get, set] |
Untyped value of property More... | |
virtual T | Value [get, set] |
Current value of the property More... | |
Events | |
PropertyChangedEventHandler | PropertyChanged |
Occurs when the property value changes. More... | |
Generic class for properties
Definition at line 10 of file Property.cs.
LegalLab.Models.Property< T >.Property | ( | string | Name, |
T | DefaultValue, | ||
IModel | Model | ||
) |
|
protected |
Definition at line 12 of file Property.cs.
|
get |
Model hosting the property.
Implements LegalLab.Models.IProperty.
Definition at line 39 of file Property.cs.
|
get |
|
getset |
Untyped value of property
Implements LegalLab.Models.IProperty.
Definition at line 44 of file Property.cs.
|
getset |
Current value of the property
Definition at line 59 of file Property.cs.
PropertyChangedEventHandler LegalLab.Models.Property< T >.PropertyChanged |
Occurs when the property value changes.
Definition at line 92 of file Property.cs.