Skip to content

dan-covaliu/Mx2CS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mendix Functions To C# Converter

This project will approach the parsing and conversion of Mendix Functions to .Net/C# equivalent string representations.

For example

addDays('[%CurrentDateTime%]', 3) gets converted to DateTime.Now.AddDays(3)

If the parameters are fonctions too the program will attempt to recursively resolve those too

About

Mendix-to-C# function conversion utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages