Click or drag to resize

WebServiceBase Class

Inheritance Hierarchy

Namespace:  Scilligence.MolEngine.Web
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public class WebServiceBase : WebService

The WebServiceBase type exposes the following members.

Constructors
  NameDescription
Public methodWebServiceBase
Initializes a new instance of the WebServiceBase class
Top
Properties
  NameDescription
Protected propertyEvents
Gets the list of event handlers that are attached to this component.
(Inherited from MarshalByValueComponent.)
Top
Methods
  NameDescription
Protected methodCreate
Protected methodCreateAjaxWS
Public methodCustomCall
Public methodDictionaryImport
Public methodDictionaryListAll
Public methodDispose
Releases all resources used by the MarshalByValueComponent.
(Inherited from MarshalByValueComponent.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources.
(Inherited from MarshalByValueComponent.)
Public methodDoAjaxCall
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from MarshalByValueComponent.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetService
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserID
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveUser
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from MarshalByValueComponent.)
Public methodStatic memberUnwrapSoapException(Exception)
Public methodStatic memberUnwrapSoapException(String)
Public methodUserLogin
Public methodStatic memberWrapSoapException(Exception)
Public methodStatic memberWrapSoapException(String)
Top
Events
  NameDescription
Public eventDisposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from MarshalByValueComponent.)
Top
See Also