C# Класс Dev2.Activities.Specs.Toolbox.ControlFlow.Sequence.TestDebugWriter

Наследование: IDebugWriter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TestDebugWriter ( ) : System

Initializes a new instance of the T:System.Object class.

Write ( IDebugState debugState ) : void

Writes the given state. This must implement the one-way (fire and forget) message exchange pattern.

Write ( string serializeObject ) : void

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

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

Initializes a new instance of the T:System.Object class.
public TestDebugWriter ( ) : System
Результат System

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

Writes the given state. This must implement the one-way (fire and forget) message exchange pattern.
public Write ( IDebugState debugState ) : void
debugState IDebugState The state to be written.
Результат void

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

public Write ( string serializeObject ) : void
serializeObject string
Результат void