Метод | Описание | |
---|---|---|
BizTalkContextReader ( Stream stream ) : System |
Initializes a new instance of the BizTalkContextReader class.
|
|
Dispose ( ) : void | ||
ReadContext ( ) : BizTalkPropertyBag | ||
ReadContextProperties ( ) : IEnumerable |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
GetManagedType ( VarEnum valueType ) : |
||
ReadArray ( VarEnum elementType ) : object | ||
ReadBoolean ( ) : bool | ||
ReadDateTime ( ) : System.DateTime | ||
ReadDecimal ( ) : decimal | ||
ReadLengthPrefixedString ( ) : string | ||
ReadValue ( ) : object | ||
ReadValue ( VarEnum valueType ) : object |
public BizTalkContextReader ( Stream stream ) : System | ||
stream | Stream | The stream. |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public ReadContext ( ) : BizTalkPropertyBag | ||
Результат | BizTalkPropertyBag |
public ReadContextProperties ( ) : IEnumerable |
||
Результат | IEnumerable |