 | IAdministrationIntegrationService Interface |
Admin integration service
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic interface IAdministrationIntegrationService : IIntegrationService,
IServiceImplementation
Public Interface IAdministrationIntegrationService
Inherits IIntegrationService, IServiceImplementation
public interface class IAdministrationIntegrationService : IIntegrationService,
IServiceImplementation
type IAdministrationIntegrationService =
interface
interface IIntegrationService
interface IServiceImplementation
end
The IAdministrationIntegrationService type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Find(Type, NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions) |
Find the specified filtered object
(Inherited from IIntegrationService.) |
 | FindTModel(ExpressionFuncTModel, Boolean, Int32, NullableInt32, IntegrationQueryOptions) |
Instructs the integration service to locate a specified object(s)
(Inherited from IIntegrationService.) |
 | FindTModel(NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions) |
Find the specified filtered object
(Inherited from IIntegrationService.) |
 | Get(Type, Guid, NullableGuid, IntegrationQueryOptions) |
Instructs the integration service to retrieve the specified object
(Inherited from IIntegrationService.) |
 | GetTModel(Guid, NullableGuid, IntegrationQueryOptions) |
Gets a specified model.
(Inherited from IIntegrationService.) |
 | GetSecurityUser |
Gets the security user.
|
 | Insert |
Inserts specified data.
(Inherited from IIntegrationService.) |
 | IsAvailable |
Determines whether the network is available.
(Inherited from IIntegrationService.) |
 | Obsolete |
Obsoletes specified data.
(Inherited from IIntegrationService.) |
 | Update |
Updates specified data.
(Inherited from IIntegrationService.) |
Top
Events
See Also