Click or drag to resize

PlaceResourceHandler Methods

The PlaceResourceHandler type exposes the following members.

Methods
  NameDescription
Public methodAddChildObject
Add an associated entity
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodAddChildResource
Add the property handler to this handler
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodAddOperation
Add the child operation
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodCancel
Cancel the specified object
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodCheckIn
Release the specified lock
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodCheckOut
Attempt to get a lock on the specified object
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodCreate
Create the specified place
(Overrides ResourceHandlerBaseTResourceCreate(Object, Boolean).)
Public methodDelete
Obsoletes the specified place
(Overrides HdsiResourceHandlerBaseTDataDelete(Object).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Gets the specified place
(Overrides HdsiResourceHandlerBaseTDataGet(Object, Object).)
Public methodGetChildObject
Get associated entity
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodHandleFreeTextSearch
Handle a free text search
(Inherited from EntityResourceHandlerBaseTData.)
Public methodInvokeOperation
Invoke the specified operation
(Inherited from HdsiResourceHandlerBaseTData.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodQuery
Query for the specified place
(Overrides ResourceHandlerBaseTResourceQuery(NameValueCollection).)
Public methodQueryChildObjects
Query for associated entities
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodRemoveChildObject
Remove an associated entity
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodToString (Inherited from Object.)
Public methodTouch
Touch the specified object
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodTryGetChainedResource
Try to get a chained resource
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodTryGetOperation
Try to get operation
(Inherited from HdsiResourceHandlerBaseTData.)
Public methodUpdate
Update the specified place
(Overrides HdsiResourceHandlerBaseTDataUpdate(Object).)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
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