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 Code |
---|---|
public abstract class ModuleProvider |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class ModuleProvider |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetModuleInfos |
Gets the list of module info instances.
|
|
GetModuleTagNames |
Gets an array of module tag names as defined by the GetModuleInfos method.
|
|
GetType | (Inherited from Object.) | |
GetVipers |
Gets the list of available vipers and enum values.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnGetModuleInfos |
Called when the list of module info instances is requested.
|
See Also
Smartsite.Validation.Sxml Namespace