jhoek / UncommonSense.CBreeze

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

Consider combining Add-... and New-... cmdlets into one #50

Closed jhoek closed 7 years ago

jhoek commented 7 years ago

One parameter set contains InputObject and PassThru, the other does not. Should become simpler once #35 is implemented.

jhoek commented 7 years ago

Done for tables, pages, report and codeunits

jhoek commented 7 years ago

Checklist:

jhoek commented 7 years ago

Done for menusuites, queries and xmlports

jhoek commented 7 years ago

See branch Issue50. Added a few classes from the following experiment to C/Breeze. TODO: start using these classes as base classes for our cmdlets.

ConsoleApplication1.zip

jhoek commented 7 years ago

TODO: Add/NewXmlPortNode (use text templates, create separate cmdlets)