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

The type exposes the following members.

Protected Constructors

  Name Description
Protected method ModuleProvider

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetModuleInfos
Gets the list of module info instances.
Public method GetModuleTagNames
Gets an array of module tag names as defined by the GetModuleInfos method.
Public method GetType (Inherited from Object.)
Public method GetVipers
Gets the list of available vipers and enum values.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnGetModuleInfos
Called when the list of module info instances is requested.

See Also

Advanced