示例#1
0
 /// <summary>
 /// This is an abstract TablePersoProvider, describing the interface for a real TablePersoProvider.
 ///
 /// 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.
 ///
 /// This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor sap.ui.base.ManagedObject} can be used.
 /// </summary>
 /// <param name="mSettings">Optional map/JSON-object with initial property values, aggregated objects etc. for the new object</param>
 /// <param name="oScope">Scope object for resolving string based type and formatter references in bindings. When a scope object is given, <code>mSettings</code> cannot be omitted, at least <code>null</code> or an empty object literal must be given.</param>
 public extern TablePersoProvider(sap.m.TablePersoProvider.Settings mSettings, object oScope);
示例#2
0
 /// <summary>
 /// This is an abstract TablePersoProvider, describing the interface for a real TablePersoProvider.
 ///
 /// 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.
 ///
 /// This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor sap.ui.base.ManagedObject} can be used.
 /// </summary>
 /// <param name="mSettings">Optional map/JSON-object with initial property values, aggregated objects etc. for the new object</param>
 public extern TablePersoProvider(sap.m.TablePersoProvider.Settings mSettings);