IVersionedEntity Interface |
Namespace: SanteDB.Core.Model.Interfaces
The IVersionedEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| Key |
Gets the identifier for the entity
(Inherited from IIdentifiedEntity.) | |
| LoadState |
Gets the load state of the entity
(Inherited from IIdentifiedEntity.) | |
| PreviousVersion |
Gets the previous version
| |
| PreviousVersionKey |
Gets the previous version's key
| |
| VersionKey |
Gets the version key
| |
| VersionSequence |
Gets the version sequence
|
| Name | Description | |
|---|---|---|
| AddAnnotation |
Add an annotated object
(Inherited from IIdentifiedEntity.) | |
| CopyAnnotations |
Copy annotations
(Inherited from IIdentifiedEntity.) | |
| GetAnnotationsT |
Get annotations of specified T (Inherited from IIdentifiedEntity.) | |
| RemoveAnnotation |
Remove annotation
(Inherited from IIdentifiedEntity.) |
| Name | Description | |
|---|---|---|
| CreateExtensions |
Runs all registered extensions on the object
(Defined by ExtensionUtil.) | |
| LoadCollectionTReturn |
Delay load property
(Defined by ExtensionMethods.) | |
| LoadProperty(String, Boolean) | Overloaded.
Delay load property
(Defined by ExtensionMethods.) | |
| LoadPropertyTReturn(String, Boolean) | Overloaded.
Delay load property
(Defined by ExtensionMethods.) | |
| TryGetExisting |
Try get by classifier
(Defined by ModelExtensions.) | |
| UpdateParentKeys | (Defined by ModelExtensions.) | |
| WasLoaded |
Returns true if the property has been loaded
(Defined by ExtensionMethods.) |