ManufacturedMaterialHandler Methods |
The ManufacturedMaterialHandler 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 |
Create the specified material
(Overrides ResourceHandlerBaseTResourceCreate(Object, Boolean).) | |
Delete |
Obsoletes the specified material
(Overrides HdsiResourceHandlerBaseTDataDelete(Object).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get |
Gets the specified manufactured material
(Overrides HdsiResourceHandlerBaseTDataGet(Object, Object).) | |
GetChildObject |
Get associated entity
(Inherited from HdsiResourceHandlerBaseTData.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HandleFreeTextSearch |
Handle a free text search
(Inherited from EntityResourceHandlerBaseTData.) | |
InvokeOperation |
Invoke the specified operation
(Inherited from HdsiResourceHandlerBaseTData.) | |
MemberwiseClone | (Inherited from Object.) | |
Query |
Query for the specified material
(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 material
(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.) |