Click or drag to resize
weroSoft AG, Software
IHeap Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides the interface of the heap.

Namespace:  WeroSoft.Workflow.Common.Runtime
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IHeap

The IHeap type exposes the following members.

Methods
  NameDescription
Public methodRemoveEntryById
Removes an entry.
Public methodRemoveEntryByName
Removes an entry by its name.
Public methodSetEntryById
Defines an entry or its value if it already exists.
Public methodSetEntryByName
Defines an entry or its value if it already exists.
Public methodTryGetEntryById
Tries getting a value.
Public methodTryGetEntryByName
Tries getting a value from the heap.
Top
Extension Methods
  NameDescription
Public Extension MethodWrapToString
Wraps a heap to a string.
(Defined by WorkflowSerializationHelper.)
Top
See Also