C# Класс DtaSpy.BizTalkContextWriter

Experimental context writer. Blind inverted implementation of the context reader, please refer to it for documentation and/or guidance.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
BizTalkContextWriter ( Stream stream ) : System

Initializes a new instance of the BizTalkContextWriter class.

Dispose ( ) : void
WriteContext ( BizTalkPropertyBag context ) : void
WriteContext ( IEnumerable properties ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
GetElementVariantType ( Type propertyType ) : VarEnum
WriteArray ( VarEnum elementType, Array value ) : void
WriteProperty ( BizTalkContextProperty property ) : void
WriteValue ( VarEnum valueType, object value ) : void
WriteValue ( object value ) : void

Приватные методы

Метод Описание
WriteBoolean ( bool value ) : void
WriteDateTime ( System.DateTime value ) : void
WriteDecimal ( decimal value ) : void
WriteLengthPrefixedString ( string value ) : void

Описание методов

BizTalkContextWriter() публичный Метод

Initializes a new instance of the BizTalkContextWriter class.
public BizTalkContextWriter ( Stream stream ) : System
stream Stream The stream.
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetElementVariantType() защищенный Метод

protected GetElementVariantType ( Type propertyType ) : VarEnum
propertyType System.Type
Результат VarEnum

WriteArray() защищенный Метод

protected WriteArray ( VarEnum elementType, Array value ) : void
elementType VarEnum
value System.Array
Результат void

WriteContext() публичный Метод

public WriteContext ( BizTalkPropertyBag context ) : void
context BizTalkPropertyBag
Результат void

WriteContext() публичный Метод

public WriteContext ( IEnumerable properties ) : void
properties IEnumerable
Результат void

WriteProperty() защищенный Метод

protected WriteProperty ( BizTalkContextProperty property ) : void
property BizTalkContextProperty
Результат void

WriteValue() защищенный Метод

protected WriteValue ( VarEnum valueType, object value ) : void
valueType VarEnum
value object
Результат void

WriteValue() защищенный Метод

protected WriteValue ( object value ) : void
value object
Результат void