Click or drag to resize

HdsiIntegrationService Methods

The HdsiIntegrationService type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExistsTModel
PErform a HEAD operation
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind(Type, NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)
Gets the specified model object
Public methodFindTModel(ExpressionFuncTModel, Boolean, Int32, NullableInt32, IntegrationQueryOptions)
Finds the specified model
Public methodFindTModel(NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)
Public methodGet(Type, Guid, NullableGuid, IntegrationQueryOptions)
Gets the specified model object
Public methodGetTModel(Guid, NullableGuid, IntegrationQueryOptions)
Gets a specified model.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetServerTimeDrift
Get the difference between the server and this device's time
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Inserts specified data.
Public methodIsAvailable
Determines whether the network is available.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodObsolete
Obsoletes specified data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates specified data.
Public methodUpdateToServerCopy
Update the version identifier to the server identifier
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also