jhoek / UncommonSense.CBreeze

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

Make TableRelation-related class names more consistent #88

Closed jhoek closed 6 years ago

jhoek commented 7 years ago

TableRelationLine.Conditions : TableRelationConditions = 0..n TableRelationCondition TableRelationLine.TableFilter: TableRelationTableFilter = 0..n TabelRelationTableFilterLine CalcFormula.TableFilter : CalcFormulaTableFilter = 0..n CalcFormulaTableFilterLine

New-CBreezeTableRelationCondition New-CBreezeTableRelationFilter New-CBreezeCalcFormulaFilter

jhoek commented 6 years ago

The classes in question already have the proposed names.