Click or drag to resize

ActRelationshipPersistenceServiceFromModelInstance Method

Create DbActParticipation from modelinstance

Namespace:  SanteDB.DisconnectedClient.SQLite.Persistence
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public override Object FromModelInstance(
	ActRelationship modelInstance,
	SQLiteDataContext context
)

Parameters

modelInstance
Type: SanteDB.Core.Model.ActsActRelationship

[Missing <param name="modelInstance"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ActRelationshipPersistenceService.FromModelInstance(SanteDB.Core.Model.Acts.ActRelationship,SanteDB.DisconnectedClient.SQLite.SQLiteDataContext)"]

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

[Missing <param name="context"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ActRelationshipPersistenceService.FromModelInstance(SanteDB.Core.Model.Acts.ActRelationship,SanteDB.DisconnectedClient.SQLite.SQLiteDataContext)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ActRelationshipPersistenceService.FromModelInstance(SanteDB.Core.Model.Acts.ActRelationship,SanteDB.DisconnectedClient.SQLite.SQLiteDataContext)"]

See Also