UserEntity Methods |
The UserEntity type exposes the following members.
Name | Description | |
---|---|---|
AddAnnotationT |
Add an annotated object
(Inherited from IdentifiedData.) | |
AddExtension |
Add an extension to this entity
(Inherited from Entity.) | |
AddPolicy |
Add a policy to this entity
(Inherited from Entity.) | |
AddTag |
Add a tag to this entity
(Inherited from Entity.) | |
Clone |
Clone this object
(Inherited from IdentifiedData.) | |
CopyAnnotations |
Copy annotations from another resource
(Inherited from IdentifiedData.) | |
DeepCopy |
Provide a deep copy of the specified data
(Inherited from IdentifiedData.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAnnotationsT |
Get annotations of specified T (Inherited from IdentifiedData.) | |
GetHashCode | (Inherited from Object.) | |
GetPreviousVersion |
Gets the previous version or loads it from the database if needed
(Inherited from VersionedEntityDataTHistoryModelType.) | |
GetTag |
Get the specified tag
(Inherited from Entity.) | |
GetType | (Inherited from Object.) | |
IsEmpty |
Determines w
(Inherited from IdentifiedData.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveAllTags |
Remove tags matching predicate from the tag collection
(Inherited from Entity.) | |
RemoveAnnotation |
Remove annotation
(Inherited from IdentifiedData.) | |
RemoveAnnotationsT |
Remove annotation
(Inherited from IdentifiedData.) | |
RemoveExtension |
Remove the specified extension
(Inherited from Entity.) | |
RemoveTag |
Remove the specified tagKey from this objects tags
(Inherited from Entity.) | |
SemanticEquals |
Determine semantic equality
(Overrides PersonSemanticEquals(Object).) | |
ShouldSerializeAddresses |
Should serialize addresses
(Inherited from Entity.) | |
ShouldSerializeBatchOperation |
Should serialize batch operation
(Inherited from IdentifiedData.) | |
ShouldSerializeCreatedByKey |
True if key should be serialized
(Inherited from BaseEntityData.) | |
ShouldSerializeCreationActKey |
Should serialize creation act
(Inherited from Entity.) | |
ShouldSerializeDateOfBirthPrecision |
Should serialize date of birth precision
(Inherited from Person.) | |
ShouldSerializeDeceasedDatePrecision |
Should serialize deceased date
(Inherited from Person.) | |
ShouldSerializeExtensions |
Shoudl serialize extensions
(Inherited from Entity.) | |
ShouldSerializeIdentifiers |
Should serialize identifiers
(Inherited from Entity.) | |
ShouldSerializeKey |
True if key should be serialized
(Inherited from IdentifiedData.) | |
ShouldSerializeModifiedOn |
Never serialize modified on
(Inherited from IdentifiedData.) | |
ShouldSerializeNames |
Should serialize Names
(Inherited from Entity.) | |
ShouldSerializeNotes |
Should serialize notes
(Inherited from Entity.) | |
ShouldSerializeObsoletedByKey |
True if key should be serialized
(Inherited from BaseEntityData.) | |
ShouldSerializeParticipations |
Should serialize participations
(Inherited from Entity.) | |
ShouldSerializePreviousVersionKey |
Should serialize previous version?
(Inherited from VersionedEntityDataTHistoryModelType.) | |
ShouldSerializeTags |
Should serialize tags
(Inherited from Entity.) | |
ShouldSerializeTelecoms |
Should serialize telecoms
(Inherited from Entity.) | |
ShouldSerializeTemplateKey |
Should serialize template key
(Inherited from Entity.) | |
ShouldSerializeTypeConceptKey |
Should serialize type concept
(Inherited from Entity.) | |
ToDisplay |
Render the display of this entity
(Inherited from Entity.) | |
ToString |
Represent the versioned data as a string
(Inherited from VersionedEntityDataTHistoryModelType.) | |
TryGetTag |
Try to fetch the tag
(Inherited from Entity.) | |
ValidateClassKey |
Validate the class key
(Overrides PersonValidateClassKey(NullableGuid).) |
Name | Description | |
---|---|---|
ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) | |
GetAddresses |
Gets or loads addresses attached to an entity
(Defined by DelayLoadUtils.) | |
GetExtensions |
Gets or loads extensions
(Defined by DelayLoadUtils.) | |
GetFullName |
Gets the full name of the user entity.
(Defined by ExtensionMethods.) | |
GetIdentifiers |
Gets or loads identifiers
(Defined by DelayLoadUtils.) | |
GetNames |
Gets or loads names attached to an entity
(Defined by DelayLoadUtils.) | |
GetNotes |
Gets or loads notes
(Defined by DelayLoadUtils.) | |
GetOrSetValueAtPath |
Get the property value
(Defined by ModelSetterMethods.) | |
GetPersonLanguages |
Load the person's languages
(Defined by DelayLoadUtils.) | |
GetRelationships |
Gets or loads relationships
(Defined by DelayLoadUtils.) | |
GetTags |
Gets or loads tags
(Defined by DelayLoadUtils.) | |
GetTelecoms |
Gets or loads telecoms attached to an entity
(Defined by DelayLoadUtils.) | |
ResolveOwnedRecord |
Non generic method of ResolveOwnedRecordT(T, IPrincipal) (Defined by ExtensionMethods.) |