| GenericLocalMetadataRepositoryTMetadataGet Method (Guid, Guid) |
Gets the specified metadata
Namespace:
SanteDB.DisconnectedClient.Services.Local
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public override TMetadata Get(
Guid key,
Guid versionKey
)
Public Overrides Function Get (
key As Guid,
versionKey As Guid
) As TMetadata
public:
virtual TMetadata Get(
Guid key,
Guid versionKey
) override
abstract Get :
key : Guid *
versionKey : Guid -> 'TMetadata
override Get :
key : Guid *
versionKey : Guid -> 'TMetadata
Parameters
- key
- Type: SystemGuid
[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.GenericLocalMetadataRepository`1.Get(System.Guid,System.Guid)"]
- versionKey
- Type: SystemGuid
[Missing <param name="versionKey"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.GenericLocalMetadataRepository`1.Get(System.Guid,System.Guid)"]
Return Value
Type:
TMetadata[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.GenericLocalMetadataRepository`1.Get(System.Guid,System.Guid)"]
Implements
IRepositoryServiceTModelGet(Guid, Guid)See Also