Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories API
Created by Guest
Created on Sep 11, 2018

Make DataFunctionInput.InputType public

I'm building a complex custom data function and need to be able to check whether an input to a data function is an expression or a value. The DataFunctionInput class has an InputType property, but it's not public so I can't directly access it without using Reflection (which clearly means my code could break if the internals of Spotfire change).

  • Attach files
  • Admin
    Magnus Rylander
    Reply
    |
    Sep 11, 2018

    Hi Pete,

    DataFunctionInput.InputType is an enum used internally by the Data Function UIs. Can you describe your use case where you need to check the Data Function input type?