Spread for ASP.NET 7.0 Product Documentation
ProcessGeneratedCode Method
See Also  Support Options
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 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.