Click or drag to resize

IAdministrationIntegrationService Methods

The IAdministrationIntegrationService type exposes the following members.

Methods
  NameDescription
Public methodFind(Type, NameValueCollection, Int32, Nullable<Int32>, IntegrationQueryOptions)
Find the specified filtered object
(Inherited from IIntegrationService.)
Public methodFind<TModel>(Expression<Func<TModel, Boolean>>, Int32, Nullable<Int32>, IntegrationQueryOptions)
Instructs the integration service to locate a specified object(s)
(Inherited from IIntegrationService.)
Public methodFind<TModel>(NameValueCollection, Int32, Nullable<Int32>, IntegrationQueryOptions)
Find the specified filtered object
(Inherited from IIntegrationService.)
Public methodGet(Type, Guid, Nullable<Guid>, IntegrationQueryOptions)
Instructs the integration service to retrieve the specified object
(Inherited from IIntegrationService.)
Public methodGet<TModel>(Guid, Nullable<Guid>, IntegrationQueryOptions)
Gets a specified model.
(Inherited from IIntegrationService.)
Public methodGetSecurityUser
Gets the security user.
Public methodInsert
Inserts specified data.
(Inherited from IIntegrationService.)
Public methodIsAvailable
Determines whether the network is available.
(Inherited from IIntegrationService.)
Public methodObsolete
Obsoletes specified data.
(Inherited from IIntegrationService.)
Public methodUpdate
Updates specified data.
(Inherited from IIntegrationService.)
Top
See Also