Méthode | Description | |
---|---|---|
BizTalkContextReader ( Stream stream ) : System |
Initializes a new instance of the BizTalkContextReader class.
|
|
Dispose ( ) : void | ||
ReadContext ( ) : BizTalkPropertyBag | ||
ReadContextProperties ( ) : IEnumerable |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
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. |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public ReadContext ( ) : BizTalkPropertyBag | ||
Résultat | BizTalkPropertyBag |
public ReadContextProperties ( ) : IEnumerable |
||
Résultat | IEnumerable |