OutSystems Forge 日本語データベース

SortRecordList

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-10-19 2.0.6 SortRecordList Team 10.0.105.0 All All
この拡張子は汎用レコードリストソーターです。 任意のレコードリスト(文字列、整数、小数点など)を昇順または降順にソートします。 また、その属性のいずれかを比較することによって別個のリストを返すこともできます。
この拡張子は汎用レコードリストソーターです。その属性のいずれかによって、昇順または降順にレコードリストをソートします。 レコードのリストと属性の名前を渡して並べ替えを行うだけです。 特徴 アクション、 'SortRecordList'、3つのパラメータ: recordList:ソートされるレコードリスト sortBy:並べ替えるリストの属性の名前のカンマ区切りのリスト。例: "Entity1.attribute1、Entity1.attribute2、Entity2.attribute" isAscending:昇順または降順 アクション、 'DistinctRecordList'、3つのパラメータ: recordList:比較されるレコードリスト sortBy:比較するリストの属性の名前のコンマ区切りのリスト。例: "Entity1.attribute1、Entity1.attribute2、Entity2.attribute" outputList:出力別レコードリスト 注意:このコンポーネントは、非公開で文書化されていないプラットフォームAPIを利用しています。その結果、このコンポーネントは、プラットフォームのアップグレード時に予期せず破損することがあります。プラットフォームのアップグレード/パッチ適用時にアプリケーションが期待どおりに機能し続けることを確認するために、適切なテストを行うことをお勧めします。

[Overview]
This extension is a generic record list sorter. It sorts any record list in ascending or descending order by any of its attributes (string, integer, decimal, etc). It can also return a distinct list by comparing any of its attributes.
[Detail]
This extension is a generic record list sorter. It sorts any record list in ascending or descending order by any of its attributes. Simply pass the record list and the name of attribute to base the sort and you're done! Feature List Action, 'SortRecordList', with three parameters: recordList: the record list to be sorted sortBy: Comma-separated list of the names of the attributes for the list to be sorted by. Eg: "Entity1.attribute1,Entity1.attribute2,Entity2.attribute" isAscending: ascending or descending order Action, 'DistinctRecordList', with three parameters: recordList: the record list to be compared sortBy: Comma-separated list of the names of the attributes for the list to be compared by. Eg: "Entity1.attribute1,Entity1.attribute2,Entity2.attribute" outputList: the output distinct record list Notice: This component takes advantage of private and undocumented Platform APIs, which can change without notice. As a result, this component may unexpectedly break as the Platform is upgraded. We advise proper testing to ensure that your applications continue to work as expected when upgrading/patching the Platform.
戻る