/// <summary> /// Constructor for a new Token. /// /// Accepts an object literal <code>mSettings</code> that defines initial property values, aggregated and associated objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object. /// </summary> /// <param name="sId">ID for the new control, generated automatically if no ID is given</param> /// <param name="mSettings">Initial settings for the new control</param> public extern Token(string sId, sap.m.Token.Settings mSettings);
/// <summary> /// Constructor for a new Token. /// /// Accepts an object literal <code>mSettings</code> that defines initial property values, aggregated and associated objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description of the syntax of the settings object. /// </summary> /// <param name="mSettings">Initial settings for the new control</param> public extern Token(sap.m.Token.Settings mSettings);