This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class WebserviceMethodArguments
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class WebserviceMethodArguments

The type exposes the following members.

Public Constructors

  Name Description
Public method WebserviceMethodArguments

Public Methods

  Name Description
Public method Add (Inherited from Dictionary<(Of <String, Object>)>.)
Public method Clear (Inherited from Dictionary<(Of <String, Object>)>.)
Public method ContainsKey (Inherited from Dictionary<(Of <String, Object>)>.)
Public method ContainsValue (Inherited from Dictionary<(Of <String, Object>)>.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from Dictionary<(Of <String, Object>)>.)
Public method GetType (Inherited from Object.)
Public method OnDeserialization (Inherited from Dictionary<(Of <String, Object>)>.)
Public method Remove (Inherited from Dictionary<(Of <String, Object>)>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from Dictionary<(Of <String, Object>)>.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Comparer (Inherited from Dictionary<(Of <String, Object>)>.)
Public property Count (Inherited from Dictionary<(Of <String, Object>)>.)
Public property Item (Inherited from Dictionary<(Of <String, Object>)>.)
Public property Keys
Public property Values

Explicit Interface Implementations

See Also

Advanced