C# Module Anatomy

Let's examine the sections on the C# detail screen.

  1. Action naming field: With the C# Actions name field you can add or update the action name. You can use English characters in the naming and also the special characters “-” or “_”.
  2. C# template field: There are C# Datasource templates such as Default C# Function, Custom Authentication Provider and Custom Authorization Provider. You can select the template you need from this field and add it to the editor.

The change you make in this field deletes the script you previously wrote in the Editor.

  1. AI assistant for C# functions: When writing your C# functions, you can quickly prepare them with AI support. Open the chat area with Generate with AI from the top section. Define the function you want to create. The function is prepared with artificial intelligence. You can copy the prepared function.
  2. Adding C# functions to C# Editor: You can click the blue button to add the copied function to the C# Editor.
  3. Saving C# functions: After adding the functions to the C# Editor, you can create the function you prepared by clicking the CREATE button.