Click or drag to resize
weroSoft AG, Software
DebuggingBreakpointHandler Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Implement the handling of breakpoint collections like serializing or de-serializing.
Inheritance Hierarchy
SystemObject
  WeroSoft.Workflow.CommonDebuggingBreakpointHandler

Namespace:  WeroSoft.Workflow.Common
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class DebuggingBreakpointHandler

The DebuggingBreakpointHandler type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApplyBreakpoints
Applies the breakpoint from the given list to the statement collection.
Public methodStatic memberDeserialize
De-serialize the breakpoints from the given file.
Public methodStatic memberExtractBreakpoints
Extract the breakpoints from the given statement collection.
Public methodStatic memberMakeBreakpointFileName
Makes a file name of a workflow being a breakpoint file name.
Public methodStatic memberSerialize
Serializes the breakpoints used in a statement proxy collection.
Top
See Also