예제 #1
0
 /// <param name="oModel">Model that this list binding belongs to</param>
 /// <param name="sPath">Path into the model data, relative to the given <code>oContext</code></param>
 /// <param name="oContext">Context that the <code>sPath</code> is based on</param>
 public extern ODataListBinding(sap.ui.model.odata.ODataModel oModel, string sPath, sap.ui.model.Context oContext);
예제 #2
0
 /// <param name="oModel">Model that this list binding belongs to</param>
 /// <param name="sPath">Path into the model data, relative to the given <code>oContext</code></param>
 /// <param name="oContext">Context that the <code>sPath</code> is based on</param>
 /// <param name="aSorters">Initial sort order (can be either a sorter or an array of sorters)</param>
 public extern ODataListBinding(sap.ui.model.odata.ODataModel oModel, string sPath, sap.ui.model.Context oContext, object[] aSorters);