| HdsiServiceBehaviorBaseCopy Method |
Copy (download) a remote object to this instance
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax public abstract IdentifiedData Copy(
string reosurceType,
string id
)
Public MustOverride Function Copy (
reosurceType As String,
id As String
) As IdentifiedData
public:
virtual IdentifiedData^ Copy(
String^ reosurceType,
String^ id
) abstract
abstract Copy :
reosurceType : string *
id : string -> IdentifiedData
Parameters
- reosurceType
- Type: SystemString
[Missing <param name="reosurceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Copy(System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Copy(System.String,System.String)"]
Return Value
Type:
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Copy(System.String,System.String)"]
Implements
IHdsiServiceContractCopy(String, String)See Also