ConceptSetResourceHandler Methods |
The ConceptSetResourceHandler type exposes the following members.
Name | Description | |
---|---|---|
AddChildObject |
Add an associated entity
(Inherited from HdsiResourceHandlerBaseTData.) | |
AddChildResource |
Add the property handler to this handler
(Inherited from HdsiResourceHandlerBaseTData.) | |
AddOperation |
Add the child operation
(Inherited from HdsiResourceHandlerBaseTData.) | |
Cancel |
Cancel the specified object
(Inherited from HdsiResourceHandlerBaseTData.) | |
CheckIn |
Release the specified lock
(Inherited from HdsiResourceHandlerBaseTData.) | |
CheckOut |
Attempt to get a lock on the specified object
(Inherited from HdsiResourceHandlerBaseTData.) | |
Create |
Creates the specified data
(Overrides ResourceHandlerBaseTResourceCreate(Object, Boolean).) | |
Delete |
Obsolete the specified concept set
(Overrides HdsiResourceHandlerBaseTDataDelete(Object).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get |
Gets the specified conceptset
(Overrides HdsiResourceHandlerBaseTDataGet(Object, Object).) | |
GetChildObject |
Get associated entity
(Inherited from HdsiResourceHandlerBaseTData.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HandleFreeTextSearch |
Handle freetext search
(Inherited from ResourceHandlerBaseTResource.) | |
InvokeOperation |
Invoke the specified operation
(Inherited from HdsiResourceHandlerBaseTData.) | |
MemberwiseClone | (Inherited from Object.) | |
Query |
Perform query
(Overrides ResourceHandlerBaseTResourceQuery(NameValueCollection).) | |
QueryChildObjects |
Query for associated entities
(Inherited from HdsiResourceHandlerBaseTData.) | |
RemoveChildObject |
Remove an associated entity
(Inherited from HdsiResourceHandlerBaseTData.) | |
ToString | (Inherited from Object.) | |
Touch |
Touch the specified object
(Inherited from HdsiResourceHandlerBaseTData.) | |
TryGetChainedResource |
Try to get a chained resource
(Inherited from HdsiResourceHandlerBaseTData.) | |
TryGetOperation |
Try to get operation
(Inherited from HdsiResourceHandlerBaseTData.) | |
Update |
Update the specified object
(Overrides HdsiResourceHandlerBaseTDataUpdate(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.) |