OutSystems Forge 日本語データベース

Record Introspect

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

Forge英文サイト

2013-12-08 1 Pedro Gonçalves 8.0+ All .NET
アトリビュート(Attribute)と値のペアを返すOutSystemsレコードを表示します。
特徴 - GetAttributeValues:指定されたEntity / Structure属性値ペアのレコードリストを返します。 - GetRecordDataType:レコードが属するエンティティ/構造体のレコード定義(名前)を返します。 主な利点は生産性向上です。 - エンティティ/構造体の属性をハードコーディングするのを避けるために使用します。 - エンティティ/構造でサポートされている動的コード(例:アドバンスドSQLクエリ)を生成するために使用できます。 制限事項 - (簡単に修正)DateとDateTimeを区別しません。 - 複数のレコード定義でテストされていない(おそらく動作しないはずです)。 - レコード/レコードリストの属性でテストされていない(おそらく動作しないはずです)。 (クリエイティブコモンズの帰属:アプリケーションのアイコンはhttp://picol.org/からです)

[Overview]
Introspects an OutSystems Record returning its attribute-value pairs.
[Detail]
Feature List - GetAttributeValues: returns a record list of the given Entity/Structure attribute-value pairs; - GetRecordDataType: returns the Record Definition (name) of the Entity/Structure that the record belongs to; Main Benefit is PRODUCTIVITY BOOST - use it to avoid hardcoding your entity/structure attributes; - can be used to generate any dynamic code supported by your entity/structures (e.g. Advanced SQL Queries); Limitations - (easily fixed) does not distinguish Date from DateTime; - not tested (and should probably not work) with multiple Record Definitions; - not tested (and should probably not work) with Record/Record List attributes; (Creative Commons attribution: application icon is from http://picol.org/)
戻る