ArgMap ClassA Sandcastle Documented Class Library
Convenience class for passing arguments to a panel request.
Inheritance Hierarchy

SystemObject
  System.Collections.GenericDictionaryString, String
    Apptus.ESales.ConnectorArgMap

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public class ArgMap : Dictionary<string, string>

The ArgMap type exposes the following members.

Constructors

  NameDescription
Public methodArgMap
Initializes a new instance of the ArgMap class
Top
Properties

  NameDescription
Public propertyComparer (Inherited from DictionaryString, String.)
Public propertyCount (Inherited from DictionaryString, String.)
Public propertyItem (Inherited from DictionaryString, String.)
Public propertyKeys (Inherited from DictionaryString, String.)
Public propertyValues (Inherited from DictionaryString, String.)
Top
Methods

  NameDescription
Public methodAdd(TKey, TValue) (Inherited from DictionaryString, String.)
Public methodAdd(String, Object)
Associates the specified value with the specified key in this map. If the map previously contained mapping for the key, this method will throw an exception.
Public methodClear (Inherited from DictionaryString, String.)
Public methodContainsKey (Inherited from DictionaryString, String.)
Public methodContainsValue (Inherited from DictionaryString, String.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryString, String.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, String.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnDeserialization (Inherited from DictionaryString, String.)
Public methodRemove (Inherited from DictionaryString, String.)
Public methodSafeAdd
Associates the specified value with the specified key in this map. If the map previously contained mapping for the key, it will be replaced
Public methodToString (Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryString, String.)
Top
See Also

Reference