This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public abstract class BaseModule
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class BaseModule

The type exposes the following fields.

Public Fields

  Name Description
Public field Static member BaseContextType
Context type base

Protected Fields

  Name Description
Protected field DoExecute
Specifies whether to execute the module
Protected field ResolvingSaveBuffers
True when save buffers are evaluated.
Protected field savingUnformattedResult
True when save buffers are checked before formatting is applied, to facilitate unformated data to be saved.

See Also

Advanced