cdeP Constructor
Overload List
Name | Description | |
---|---|---|
cdeP()()()() |
Constructor of a new Property
|
|
cdeP(cdeP) |
Creates a new property from an exiting property
|
|
cdeP(String, Object) |
Creates a temporary new Property that is not bound to a TheThing and will not be made persistant
|
|
cdeP(ICDEThing) |
Constructor of a new property
|
|
cdeP(ICDEThing, Action<(Of <<'(cdeP>)>>)) |
Constructor of a new Property setting the Owner-Thing and an OnProperty Change event
|