| ISynchronizationServiceFetch Method |
Fetch to see if there are any particular changes on the specified model type
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax bool Fetch(
Type modelType
)
Function Fetch (
modelType As Type
) As Boolean
bool Fetch(
Type^ modelType
)
abstract Fetch :
modelType : Type -> bool
Parameters
- modelType
- Type: SystemType
[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.Services.ISynchronizationService.Fetch(System.Type)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.ISynchronizationService.Fetch(System.Type)"]
See Also