Click or drag to resize

ActPersistenceServiceToModelInstance Method (Object, SQLiteDataContext)

Create an appropriate entity based on the class code

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

Parameters

dataInstance
Type: SystemObject

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

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

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

Return Value

Type: Act

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

See Also