Свойство | Тип | Описание | |
---|---|---|---|
message | IMessage | ||
properties | IPrimitiveMap |
Метод | Описание | |
---|---|---|
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
GetBool ( string key ) : bool | ||
GetByte ( string key ) : byte | ||
GetBytes ( string key ) : byte[] | ||
GetChar ( string key ) : char | ||
GetDictionary ( string key ) : System.Collections.IDictionary | ||
GetDouble ( string key ) : double | ||
GetFloat ( string key ) : float | ||
GetInt ( string key ) : int | ||
GetList ( string key ) : System.Collections.IList | ||
GetLong ( string key ) : long | ||
GetShort ( string key ) : short | ||
GetString ( string key ) : string | ||
PrimitiveMapInterceptor ( IMessage message, IPrimitiveMap properties ) : System | ||
PrimitiveMapInterceptor ( IMessage message, IPrimitiveMap properties, bool readOnly ) : System | ||
PrimitiveMapInterceptor ( IMessage message, IPrimitiveMap properties, bool readOnly, bool allowByteArrays ) : System | ||
Remove ( object key ) : void | ||
SetBool ( string key, bool value ) : void | ||
SetByte ( string key, byte value ) : void | ||
SetBytes ( String key, byte value ) : void | ||
SetBytes ( String key, byte value, int offset, int length ) : void | ||
SetChar ( string key, char value ) : void | ||
SetDictionary ( string key, System dictionary ) : void | ||
SetDouble ( string key, double value ) : void | ||
SetFloat ( string key, float value ) : void | ||
SetInt ( string key, int value ) : void | ||
SetList ( string key, System list ) : void | ||
SetLong ( string key, long value ) : void | ||
SetShort ( string key, short value ) : void | ||
SetString ( string key, string value ) : void | ||
this ( string key ) : object |
Метод | Описание | |
---|---|---|
FailIfReadOnly ( ) : void | ||
GetObjectProperty ( string name ) : object | ||
SetObjectProperty ( string name, object value ) : void |
public GetDictionary ( string key ) : System.Collections.IDictionary | ||
key | string | |
Результат | System.Collections.IDictionary |
public GetList ( string key ) : System.Collections.IList | ||
key | string | |
Результат | System.Collections.IList |
protected GetObjectProperty ( string name ) : object | ||
name | string | |
Результат | object |
public PrimitiveMapInterceptor ( IMessage message, IPrimitiveMap properties ) : System | ||
message | IMessage | |
properties | IPrimitiveMap | |
Результат | System |
public PrimitiveMapInterceptor ( IMessage message, IPrimitiveMap properties, bool readOnly ) : System | ||
message | IMessage | |
properties | IPrimitiveMap | |
readOnly | bool | |
Результат | System |
public PrimitiveMapInterceptor ( IMessage message, IPrimitiveMap properties, bool readOnly, bool allowByteArrays ) : System | ||
message | IMessage | |
properties | IPrimitiveMap | |
readOnly | bool | |
allowByteArrays | bool | |
Результат | System |
public SetBool ( string key, bool value ) : void | ||
key | string | |
value | bool | |
Результат | void |
public SetByte ( string key, byte value ) : void | ||
key | string | |
value | byte | |
Результат | void |
public SetBytes ( String key, byte value ) : void | ||
key | String | |
value | byte | |
Результат | void |
public SetBytes ( String key, byte value, int offset, int length ) : void | ||
key | String | |
value | byte | |
offset | int | |
length | int | |
Результат | void |
public SetChar ( string key, char value ) : void | ||
key | string | |
value | char | |
Результат | void |
public SetDictionary ( string key, System dictionary ) : void | ||
key | string | |
dictionary | System | |
Результат | void |
public SetDouble ( string key, double value ) : void | ||
key | string | |
value | double | |
Результат | void |
public SetFloat ( string key, float value ) : void | ||
key | string | |
value | float | |
Результат | void |
public SetInt ( string key, int value ) : void | ||
key | string | |
value | int | |
Результат | void |
public SetList ( string key, System list ) : void | ||
key | string | |
list | System | |
Результат | void |
public SetLong ( string key, long value ) : void | ||
key | string | |
value | long | |
Результат | void |
protected SetObjectProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
Результат | void |
public SetShort ( string key, short value ) : void | ||
key | string | |
value | short | |
Результат | void |
public SetString ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |