Click or drag to resize

GenericLocalMetadataRepository<TMetadata>.Obsolete Method

obsoletes 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 Obsolete(
	Guid key
)

Parameters

key
Type: System.Guid

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.GenericLocalMetadataRepository`1.Obsolete(System.Guid)"]

Return Value

Type: TMetadata

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.GenericLocalMetadataRepository`1.Obsolete(System.Guid)"]

Implements

IRepositoryService<TModel>.Obsolete(Guid)
See Also