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 Module
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class Module

The type exposes the following fields.

Protected Fields

  Name Description
Protected field Static member checkSaveBufferName
Regular expression that is used to test save buffer names.
Protected field DoExecute
Specifies whether to execute the module
(Inherited from BaseModule.)
Protected field InternalAIMMode
Cotnains the internal AIM mode.
Protected field InternalCopyFormatting
The id of the macro to copy the formatting settings from.
Protected field InternalFormatting
Formatting settings.
Protected field ResolvingSaveBuffers
True when save buffers are evaluated.
(Inherited from BaseModule.)
Protected field savingUnformattedResult
True when save buffers are checked before formatting is applied, to facilitate unformated data to be saved.
(Inherited from BaseModule.)

See Also

Advanced