/// <summary> /// Sets the optional type and internal type for the binding. The type and internal type are used to do the parsing/formatting correctly. The internal type is the property type of the element which the value is formatted to. /// </summary> /// <param name="oType">the type for the binding</param> /// <param name="sInternalType">the internal type of the element property which this binding is bound against.</param> public extern virtual void setType(sap.ui.model.Type oType, string sInternalType);
/// <summary> /// Sets the optional type and internal type for this binding; used for formatting and parsing. Fires a change event if the type has changed. /// </summary> /// <param name="oType">The type for this binding</param> /// <param name="sInternalType">The internal type of the element property which owns this binding, for example "any", "boolean", "float", "int", "string"; see {@link sap.ui.model.odata.type} for more information</param> public extern override void setType(sap.ui.model.Type oType, string sInternalType);