| 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
)
Public Overrides Function ToModelInstance (
dataInstance As Object,
context As SQLiteDataContext
) As Act
public:
virtual Act^ ToModelInstance(
Object^ dataInstance,
SQLiteDataContext^ context
) override
abstract ToModelInstance :
dataInstance : Object *
context : SQLiteDataContext -> Act
override ToModelInstance :
dataInstance : Object *
context : SQLiteDataContext -> Act
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