Dynamicweb 8 Documentation
ProcessImportedType Method

A CodeTypeDeclaration to process that represents the type declaration generated during schema import.
The CodeCompileUnit that contains the other code generated during schema import.
Processes the type that has been generated from the imported schema.
Syntax
'Declaration
 
Public Function ProcessImportedType( _ 
   ByVal typeDeclaration As CodeTypeDeclaration, _ 
   ByVal compileUnit As CodeCompileUnit _ 
) As CodeTypeDeclaration
public CodeTypeDeclaration ProcessImportedType( 
   CodeTypeDeclaration typeDeclaration,
   CodeCompileUnit compileUnit 
)

Parameters

typeDeclaration
A CodeTypeDeclaration to process that represents the type declaration generated during schema import.
compileUnit
The CodeCompileUnit that contains the other code generated during schema import.

Return Value

A CodeTypeDeclaration that contains the processed type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductIndexEntrySurrogate Class
ProductIndexEntrySurrogate Members

Send Feedback