jhoek / UncommonSense.CBreeze

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

Things that can be auto-ID'ed should have an ID-less ctor #55

Closed jhoek closed 7 years ago

jhoek commented 7 years ago

e.g. new Table(50000, "Foo") vs. new Table("Foo") - instead of new Table(0, "Foo").

jhoek commented 7 years ago

TODO: subtypes of Variable subtypes of TableField ReportLabel subtypes of ReportElement subtypes of QueryElement subtypes of PageControl Function subtypes of PageActionBase