Override of a Method: Overriding a Method Through the UI
You can create a template of the override method and edit it in the Customization Project
Editor. To override a method, perform the following actions:
- Create a graph extension, as described in Graph Extensions: Creating a Graph Extension Through the UI.
- On the Code Editor page, click Override Method. The Select Methods to Override dialog box opens.
- In the Selected column of the dialog box, select the check box for the method to be overridden.
- Click Save to add the code template for the override method to the graph extension.
You can decide whether to call the method pointed to by the delegate. By invoking the base method, you also start the execution of the override method queue.
When you publish the customization project, the platform saves the graph extension as a C# source code file in the App_RuntimeCode folder of the website. You can later develop the method in Microsoft Visual Studio. (See Integrating the Project Editor with Microsoft Visual Studio for details.)
