Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WinGate Schema is an object system that allows components to share structured data in a standardised and dynamic manner. It allows the creation of classes, members and subclasses and implements many standard types such as Boolean, String and Int32 and is extensible with custom types. A number of components within WinGate such as Events and Policy use Schema objects for parameters and you can build Schema into your own components relatively easilyto pass objects to the event and policy systems.

Schema also has the ability to execute Schema Script and can access any schema objects you permit access to within the script. This way you can create components that allow the user to enter expressions and access schema objects within those expressions.