Interface IPrimitiveMap
  
  Represents a Map of primitive types where the keys are all string instances
and the values are strings or numbers.
Assembly: Apache.NMS.dll
  Syntax
  
    public interface IPrimitiveMap
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Count
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Item[String]
  
  
  Declaration
  
    object this[string key] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Keys
  
  
  Declaration
  
    ICollection Keys { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.ICollection |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Values
  
  
  Declaration
  
    ICollection Values { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.ICollection |  | 
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Clear()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Contains(Object)
  
  
  Declaration
  
    bool Contains(object key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetBool(String)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetByte(String)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetBytes(String)
  
  
  Declaration
  
    byte[] GetBytes(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte[] |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetChar(String)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Char |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetDictionary(String)
  
  
  Declaration
  
    IDictionary GetDictionary(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.IDictionary |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetDouble(String)
  
  
  Declaration
  
    double GetDouble(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetFloat(String)
  
  
  Declaration
  
    float GetFloat(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetInt(String)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetList(String)
  
  
  Declaration
  
    IList GetList(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.IList |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetLong(String)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetShort(String)
  
  
  Declaration
  
    short GetShort(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int16 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetString(String)
  
  
  Declaration
  
    string GetString(string key)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Remove(Object)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | key |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetBool(String, Boolean)
  
  
  Declaration
  
    void SetBool(string key, bool value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Boolean | value |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetByte(String, Byte)
  
  
  Declaration
  
    void SetByte(string key, byte value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Byte | value |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetBytes(String, Byte[])
  
  
  Declaration
  
    void SetBytes(string key, byte[] value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Byte[] | value |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetBytes(String, Byte[], Int32, Int32)
  
  
  Declaration
  
    void SetBytes(string key, byte[] value, int offset, int length)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Byte[] | value |  | 
      
        | System.Int32 | offset |  | 
      
        | System.Int32 | length |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetChar(String, Char)
  
  
  Declaration
  
    void SetChar(string key, char value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Char | value |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetDictionary(String, IDictionary)
  
  
  Declaration
  
    void SetDictionary(string key, IDictionary dictionary)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Collections.IDictionary | dictionary |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetDouble(String, Double)
  
  
  Declaration
  
    void SetDouble(string key, double value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Double | value |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetFloat(String, Single)
  
  
  Declaration
  
    void SetFloat(string key, float value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Single | value |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetInt(String, Int32)
  
  
  Declaration
  
    void SetInt(string key, int value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Int32 | value |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetList(String, IList)
  
  
  Declaration
  
    void SetList(string key, IList list)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Collections.IList | list |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetLong(String, Int64)
  
  
  Declaration
  
    void SetLong(string key, long value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Int64 | value |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetShort(String, Int16)
  
  
  Declaration
  
    void SetShort(string key, short value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.Int16 | value |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetString(String, String)
  
  
  Declaration
  
    void SetString(string key, string value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.String | value |  |