OutSystems Forge 日本語データベース

Record Manipulation

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

Forge英文サイト

2016-10-06 1.3.0 Carlos Alfaro 10.0.105.0 All .NET Components
レコード操作拡張機能。 任意のレコードのパスの値を取得して設定する - 異なる構造とエンティティを持つ複雑なレコードにすることができます。 また、子になるRecordListsの値を取得して設定します。
レコード操作拡張 任意のレコードのパスの値を取得して設定する - 異なる構造とエンティティを持つ複雑なレコードである可能性があります。長い割り当てリストや大きなスイッチの選択でハードコードされているのではなく、プログラム的に記述します。 また、子になるRecordListsの値を取得して設定します。 実行時に定義できるパスによってレコード値にアクセスします: "Name" "Child.Name" "ChildList.Current.Name" "ChildList [1] .Name" レコード・リスト内のレコードの値をそのパスと位置で設定する パスによるレコード・リスト内の現レコードの値の設定 ここでその使用例をダウンロードしてください: https://carlosalfaro.outsystemscloud.com/RecManipulationTest/ 主に優れたSortRecordList拡張に基づいています。 注意:このコンポーネントは、非公開で文書化されていないプラットフォームAPIを利用しています。その結果、このコンポーネントは、プラットフォームのアップグレード時に予期せず破損することがあります。プラットフォームのアップグレード/パッチ適用時にアプリケーションが期待どおりに機能し続けることを確認するために、適切なテストを行うことをお勧めします。

[Overview]
Record Manipulation Extension. Get and Set the Value of a Path in any Record - can be a complex record with different structures and entities. Also get and set values of child RecordLists.
[Detail]
Record Manipulation Extension Get and Set the Value of a Path in any Record - can be a complex record with different structures and entities - in a programmatically way, instead of having it hard-coded with long list of assigns or big switch selections. Also get and set values of child RecordLists. Access the Record Values by its Path, that can be defined in run-time:"Name" "Child.Name" "ChildList.Current.Name" "ChildList[1].Name" Set Values of Records in a RecordList by its Path and Position Set Values of the Current Record in a RecordList by its Path Download an example of its use here: https://carlosalfaro.outsystemscloud.com/RecManipulationTest/ Heavily based on the excellent SortRecordList extension. 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.
戻る