How to hide a property in Data Transformation UI?
Hi,
Is there a way to hide a property in Data Transformation UI in Interoperability for IRIS?
I would like the property not to appear in the list of available properties to set.
Thanks,
Blaise
Hi,
Is there a way to hide a property in Data Transformation UI in Interoperability for IRIS?
I would like the property not to appear in the list of available properties to set.
Thanks,
Blaise
It appears as though the answer is no. I would think that the Private property keyword would be the most intuitive way to do this, but it does not appear to have any effect in the DTL editor.
Properties inherited from % classes and properties starting with %% are skipped in DTL.Multidimensional properties are skipped in DTL.Found official (but experimental - use at your own risk) way.
Your class should extend Ens.GenericObject and implement %EnumerateProperties method.
Documentation.
Thank you @Eduard Lebedyuk and @Jeffrey Drumm
We decided not to hide properties until GA.