Click or drag to resize

ConceptPersistenceServiceObsoleteInternal Method

Obsolete the object

Namespace:  SanteDB.DisconnectedClient.SQLite.Persistence
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
protected override Concept ObsoleteInternal(
	SQLiteDataContext context,
	Concept data
)

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

[Missing <param name="context"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ConceptPersistenceService.ObsoleteInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.DataTypes.Concept)"]

data
Type: SanteDB.Core.Model.DataTypesConcept

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ConceptPersistenceService.ObsoleteInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.DataTypes.Concept)"]

Return Value

Type: Concept

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ConceptPersistenceService.ObsoleteInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.DataTypes.Concept)"]

See Also