Click or drag to resize
weroSoft AG, Software
IHeapEntry Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the responsibility of a heap entry.

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 IHeapEntry

The IHeapEntry type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the data of the heap entry.
Public propertyId
Gets the identifier of the heap entry.
Public propertyName
Gets the name of the heap entry.
Top
See Also