Click or drag to resize

GenericLocalMetadataRepositoryTMetadataInsert Method

Inserts 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 Insert(
	TMetadata data
)

Parameters

data
Type: TMetadata

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.GenericLocalMetadataRepository`1.Insert(`0)"]

Return Value

Type: TMetadata

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

Implements

IRepositoryServiceTModelInsert(TModel)
See Also