Click or drag to resize

PersonResourceHandler Methods

The PersonResourceHandler 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 the specified person
(Overrides ResourceHandlerBase<TResource>.Create(Object, Boolean).)
Public methodDelete
Obsoletes the specified person
(Overrides HdsiResourceHandlerBase<TData>.Delete(Object).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Gets the specified person
(Overrides HdsiResourceHandlerBase<TData>.Get(Object, Object).)
Public methodGetChildObject
Get associated entity
(Inherited from HdsiResourceHandlerBase<TData>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodHandleFreeTextSearch
Handle a free text search
(Inherited from EntityResourceHandlerBase<TData>.)
Public methodInvokeOperation
Invoke the specified operation
(Inherited from HdsiResourceHandlerBase<TData>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodQuery
Query for the specified person
(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 the specified person
(Overrides HdsiResourceHandlerBase<TData>.Update(Object).)
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