Click or drag to resize

PlacePersistenceServiceToModelInstance Method

Load to a model instance

Namespace:  SanteDB.DisconnectedClient.SQLite.Persistence
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public override Place ToModelInstance(
	Object dataInstance,
	SQLiteDataContext context
)

Parameters

dataInstance
Type: SystemObject

[Missing <param name="dataInstance"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.PlacePersistenceService.ToModelInstance(System.Object,SanteDB.DisconnectedClient.SQLite.SQLiteDataContext)"]

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

[Missing <param name="context"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.PlacePersistenceService.ToModelInstance(System.Object,SanteDB.DisconnectedClient.SQLite.SQLiteDataContext)"]

Return Value

Type: Place

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.PlacePersistenceService.ToModelInstance(System.Object,SanteDB.DisconnectedClient.SQLite.SQLiteDataContext)"]

See Also