Skip to main content

Custom Code

Lets you define custom C# classes and helpers which can be used anywhere in the application (expressions, commands, etc.).

Using C# namespace can be also useful to separate code into logical sections.

Create a Custom Code

  • On the Custom Code subsection, click (+)

Name of class or interface – Name of the Custom Code

Interface – Create interface instead of class. To create Interface start the name with 'I' prefix.

Create Constructor – Create as class with constructor
Constructor with AppDatabase parameter – Add AppDatabase parameter to constructor

Examples