| RemoteSynchronizationServicePull Method (Type, NameValueCollection) |
Pull the model according to a filter
Namespace:
SanteDB.DisconnectedClient.Synchronization
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public int Pull(
Type modelType,
NameValueCollection filter
)
Public Function Pull (
modelType As Type,
filter As NameValueCollection
) As Integer
public:
virtual int Pull(
Type^ modelType,
NameValueCollection^ filter
) sealed
abstract Pull :
modelType : Type *
filter : NameValueCollection -> int
override Pull :
modelType : Type *
filter : NameValueCollection -> int
Parameters
- modelType
- Type: SystemType
[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.RemoteSynchronizationService.Pull(System.Type,SanteDB.Core.Model.Query.NameValueCollection)"]
- filter
- Type: SanteDB.Core.Model.QueryNameValueCollection
[Missing <param name="filter"/> documentation for "M:SanteDB.DisconnectedClient.Synchronization.RemoteSynchronizationService.Pull(System.Type,SanteDB.Core.Model.Query.NameValueCollection)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Synchronization.RemoteSynchronizationService.Pull(System.Type,SanteDB.Core.Model.Query.NameValueCollection)"]
Implements
ISynchronizationServicePull(Type, NameValueCollection)See Also