Oddity
|
Represents an abstract class for all models. More...
Public Member Functions | |
void | SetContext (OddityCore context) |
Sets the Oddity context used in lazy properties. More... | |
void | CopyTo (ModelBase target) |
Makes a shallow copy of all properties into the target model (remember that it's filled, not instantiated again). More... | |
Properties | |
OddityCore | Context [get, set] |
Represents an abstract class for all models.
void Oddity.Models.ModelBase.CopyTo | ( | ModelBase | target | ) |
Makes a shallow copy of all properties into the target model (remember that it's filled, not instantiated again).
target | Target model which will be filled. |
void Oddity.Models.ModelBase.SetContext | ( | OddityCore | context | ) |
|
getsetprotected |