Integration/Architecture.md
... ...
@@ -1,4 +1,4 @@
1
-###Architecture
1
+##Architecture
2 2
3 3
[[_TOC_]]
4 4
... ...
@@ -87,6 +87,4 @@ By default, Izenda Reports allows many different settings customizations. Howeve
87 87
88 88
By default, it uses an AdHocConfig class. When you add code for customization (for example see [[Adding Code]]) you are adding code to a class called CustomAdHocConfig which extends either the Database or File System storage mode base class. The definition for the CustomAdHocConfig class is found in the global.asax file, which is also where custom code is added. All of the methods and properties of the current class are exposed through the Izenda.AdHoc.AdHocSettings.AdHocConfig setting.
89 89
90
-Our structure enables you to access all of the relevant methods and properties without having to understand our object model.
91
-
92
-Continue to [[Adding Code]].
... ...
\ No newline at end of file
0
+Our structure enables you to access all of the relevant methods and properties without having to understand our object model.
... ...
\ No newline at end of file