Interface IBindingType


  • public interface IBindingType
    enum types implement this so dynamic proxies can marshal calls to Bindings.
    • Method Detail

      • toBindingValue

        Object toBindingValue()
        Produce a value suitable for a Bindings value e.g., a simple value like a string or number or another Bindings or List of such values.