Click or drag to resize

SearcherClient Class

Inheritance Hierarchy
SystemObject
  System.ServiceModelClientBaseISearcher
    Scilligence.MolEngine.CompanionSearcherClient

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public class SearcherClient : ClientBase<ISearcher>, 
	ISearcher

The SearcherClient type exposes the following members.

Constructors
  NameDescription
Public methodSearcherClient
Initializes a new instance of the SearcherClient class
Public methodSearcherClient(String)
Initializes a new instance of the SearcherClient class
Public methodSearcherClient(Binding, EndpointAddress)
Initializes a new instance of the SearcherClient class
Public methodSearcherClient(String, EndpointAddress)
Initializes a new instance of the SearcherClient class
Public methodSearcherClient(String, String)
Initializes a new instance of the SearcherClient class
Top
Properties
  NameDescription
Protected propertyChannel
Gets the inner channel used to to send messages to variously configured service endpoints.
(Inherited from ClientBaseISearcher.)
Public propertyChannelFactory (Inherited from ClientBaseISearcher.)
Public propertyClientCredentials
Gets the client credentials used to call an operation.
(Inherited from ClientBaseISearcher.)
Public propertyEndpoint
Gets the target endpoint for the service to which the client can connect.
(Inherited from ClientBaseISearcher.)
Public propertyInnerChannel
Gets the underlying IClientChannel implementation.
(Inherited from ClientBaseISearcher.)
Public propertyState (Inherited from ClientBaseISearcher.)
Top
Methods
  NameDescription
Public methodAbort (Inherited from ClientBaseISearcher.)
Public methodClose (Inherited from ClientBaseISearcher.)
Protected methodCreateChannel
Returns a new channel to the service.
(Inherited from ClientBaseISearcher.)
Public methodDBStatus
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
(Inherited from ClientBaseISearcher.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
Protected methodGetDefaultValueForInitializationT
Replicates the behavior of the default keyword in C#.
(Inherited from ClientBaseISearcher.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRecordCount
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeAsync
Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview.
(Inherited from ClientBaseISearcher.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen (Inherited from ClientBaseISearcher.)
Public methodRefreshDB
Public methodSaveMolEngine
Public methodSearch
Public methodSearchReturnKeys
Public methodSearchReturnXml
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also