FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChartBuilder Class : ProcessGeneratedCode Method |
'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 _ )
'Usage 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)
public override void ProcessGeneratedCode( CodeCompileUnit codeCompileUnit, CodeTypeDeclaration baseType, CodeTypeDeclaration derivedType, CodeMemberMethod buildMethod, CodeMemberMethod dataBindingMethod )
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional