jhoek / UncommonSense.CBreeze

C#/PowerShell API for the Dynamics NAV C/AL object text format
MIT License
6 stars 4 forks source link

More fluent style of object creation in C# #57

Closed jhoek closed 6 years ago

jhoek commented 7 years ago

new Application(new Table("Foo", new IntegerTableField("Baz"))); etc.

jhoek commented 7 years ago

Note that the PowerShell cmdlets already do this. Once this is implemented in C#, change the PowerShell implementation to leave the "heavy lifting" to the C# code.

jhoek commented 6 years ago

Most use will be via PowerShell. The benefits will therefore not outweigh the investment. Won't fix.