This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates the module info.
Namespace: Smartsite.Validation.Sxml
Assembly: Smartsite.Validation.Provider (in Smartsite.Validation.Provider.dll)
Syntax
C# | Copy Code |
---|---|
public static CreateModuleInfo( module, declaringType, context ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function CreateModuleInfo ( _ module As , _ declaringType As , _ context As _ ) As |
Parameters
- module
- ModuleInfo
The module.
- declaringType
- Type
Type of the declaring.
- context
- SerializableContext
The context.
Return Value
See Also
ValidationUtility Class
Smartsite.Validation.Sxml Namespace