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 Code
|
public class WebserviceMethodArguments
|
Visual Basic (Declaration) |
Copy Code
|
Public Class WebserviceMethodArguments
|
The type exposes the following members.
Public Constructors
Public Methods
Protected Methods
Public Properties
Explicit Interface Implementations
|
Name |
Description |
|
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..Add
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
IDictionary..::..Add
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..Contains
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
IDictionary..::..Contains
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..CopyTo
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
ICollection..::..CopyTo
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
IDictionary..::..IsFixedSize
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..IsReadOnly
|
|
|
ICollection..::..IsSynchronized
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
IDictionary..::..Item
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..Remove
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
IDictionary..::..Remove
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
|
ICollection..::..SyncRoot
|
(Inherited from Dictionary<(Of <String, Object>)>.) |
See Also