Пример #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>
 /// <param name="aSorters">Initial sort order, can be either a sorter or an array of sorters</param>
 /// <param name="aFilters">Predefined filters, can be either a filter or an array of filters</param>
 public extern ODataListBinding(sap.ui.model.odata.v2.ODataModel oModel, string sPath, sap.ui.model.Context oContext, Union <sap.ui.model.Sorter, sap.ui.model.Sorter[]> aSorters, Union <sap.ui.model.Filter, sap.ui.model.Filter[]> aFilters);
Пример #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>
 public extern ODataListBinding(sap.ui.model.odata.v2.ODataModel oModel, string sPath, sap.ui.model.Context oContext);