BaseModel Class |
Namespace: Livit.Learn.Model
[SerializableAttribute] public abstract class BaseModel : IBaseModel
The BaseModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attached |
Defines an attached property.
|
![]() | Comments |
(Development) Includes comments in the XML code.
|
![]() ![]() | DataContext |
Contains a source of all bindings defined for element.
|
![]() | ExternalXmlPath | |
![]() | Id |
Defines a unique identifier for an element in the simulation.
|
![]() | IsIdAutogenerated | |
![]() ![]() | IsSaving |
Returns true while saving progress.
|
![]() | TemplateVersionId |
Contains a id of source template.
|
![]() | XmlComments |
(Development) Used as temporary storage for XML comments (like ) to keep them.
|
Name | Description | |
---|---|---|
![]() | DeepCopy |
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
|
![]() | ShallowCopy | |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
![]() | UpdateModels |
This method will update this model and all its child models.
|