Bundle Methods |
The Bundle type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Add item to the bundle
| |
| AddAnnotationT |
Add an annotated object
(Inherited from IdentifiedData.) | |
| AddAnnotationToAll |
Add annotation
| |
| AddRange |
Add range of items
| |
| Clone |
Clone this object
(Inherited from IdentifiedData.) | |
| CopyAnnotations |
Copy annotations from another resource
(Inherited from IdentifiedData.) | |
| CreateBundle(IdentifiedData, Boolean) |
Create a bundle
| |
| CreateBundle(IEnumerableIdentifiedData, Int32, Int32) |
Create a bundle
| |
| 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.) | |
| GetFocalItems |
Gets from the item set only those items which are results
| |
| GetFocalObject |
Gets the single focal object for this object
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| HasTag |
True if the bundle has a tag
| |
| Insert |
Insert data at the specified index
| |
| IsEmpty |
Determines w
(Inherited from IdentifiedData.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ProcessModel |
Packages the objects into a bundle
| |
| Reconstitute |
Reconstitutes the bundle (takes the flat reference structures and fills them out into proper object references)
| |
| Remove |
Remove the specified keyed object
| |
| RemoveAnnotation |
Remove annotation
(Inherited from IdentifiedData.) | |
| RemoveAnnotationsT |
Remove annotation
(Inherited from IdentifiedData.) | |
| SemanticEquals |
Determines the semantic equality of this object an obj (Inherited from IdentifiedData.) | |
| ShouldSerializeBatchOperation |
Should serialize batch operation
(Inherited from IdentifiedData.) | |
| ShouldSerializeKey |
True if key should be serialized
(Inherited from IdentifiedData.) | |
| ShouldSerializeModifiedOn |
Never serialize modified on
(Inherited from IdentifiedData.) | |
| ToDisplay |
To display value
(Inherited from IdentifiedData.) | |
| ToString | (Inherited from Object.) |
| 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.) | |
| GetOrSetValueAtPath |
Get the property value
(Defined by ModelSetterMethods.) | |
| ResolveOwnedRecord |
Non generic method of ResolveOwnedRecordT(T, IPrincipal) (Defined by ExtensionMethods.) |