Click or drag to resize

EntityRelationshipResourceHandler Methods

The EntityRelationshipResourceHandler type exposes the following members.

Methods
  NameDescription
Public methodAddChildObject
Add an associated entity
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodAddChildResource
Add the property handler to this handler
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodAddOperation
Add the child operation
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodCancel
Cancel the specified object
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodCheckIn
Release the specified lock
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodCheckOut
Attempt to get a lock on the specified object
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodCreate
Create a resource
(Inherited from ResourceHandlerBase<TResource>.)
Public methodDelete
OBsoletion wrapper with locking
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Read clinical data
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodGetChildObject
Get associated entity
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodHandleFreeTextSearch
Handle freetext search
(Inherited from ResourceHandlerBase<TResource>.)
Public methodInvokeOperation
Invoke the specified operation
(Inherited from HdsiResourceHandlerBase<TData>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodQuery
Massage query parameters
(Overrides ResourceHandlerBase<TResource>.Query(NameValueCollection).)
Public methodQueryChildObjects
Query for associated entities
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodRemoveChildObject
Remove an associated entity
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodToString (Inherited from Object.)
Public methodTouch
Touch the specified object
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodTryGetChainedResource
Try to get a chained resource
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodTryGetOperation
Try to get operation
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodUpdate
Update with lock
(Inherited from HdsiResourceHandlerBase<TData>.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvert<TReturn>
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.)
Top
See Also