Spread ASP.NET 6.0 Product Documentation
ProcessGeneratedCode Method
See Also  Send Feedback
FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChartBuilder Class : ProcessGeneratedCode Method


codeCompileUnit
The root container of a CodeDOM graph of the control that is being built.
baseType
The base type of the page or user control that contains the control that is being built.
derivedType
The derived type of the page or user control that contains the control that is being built.
buildMethod
The code that is used to build the control.
dataBindingMethod
The code that is used to build the data-binding method of the control.

Glossary Item Box

Access the generated Code Document Object Model (CodeDom) and insert and modify code during the process of parsing and building controls.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub ProcessGeneratedCode( _
   ByVal codeCompileUnit As CodeCompileUnit, _
   ByVal baseType As CodeTypeDeclaration, _
   ByVal derivedType As CodeTypeDeclaration, _
   ByVal buildMethod As CodeMemberMethod, _
   ByVal dataBindingMethod As CodeMemberMethod _
) 
Visual Basic (Usage)Copy Code
Dim instance As FpChartBuilder
Dim codeCompileUnit As CodeCompileUnit
Dim baseType As CodeTypeDeclaration
Dim derivedType As CodeTypeDeclaration
Dim buildMethod As CodeMemberMethod
Dim dataBindingMethod As CodeMemberMethod
 
instance.ProcessGeneratedCode(codeCompileUnit, baseType, derivedType, buildMethod, dataBindingMethod)

Parameters

codeCompileUnit
The root container of a CodeDOM graph of the control that is being built.
baseType
The base type of the page or user control that contains the control that is being built.
derivedType
The derived type of the page or user control that contains the control that is being built.
buildMethod
The code that is used to build the control.
dataBindingMethod
The code that is used to build the data-binding method of the control.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.