コード例 #1
0
ファイル: Table.cs プロジェクト: emumanu/OpenUI5Sharp
 /// <summary>
 /// Constructor for a new Table.
 ///
 /// 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 Table(sap.m.Table.Settings mSettings);
コード例 #2
0
ファイル: Table.cs プロジェクト: emumanu/OpenUI5Sharp
 /// <summary>
 /// Constructor for a new Table.
 ///
 /// 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 Table(string sId, sap.m.Table.Settings mSettings);