OutSystems Forge 日本語データベース

ObjectTools

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

Forge英文サイト

2017-06-28 1.0.0 Dmitry Lubenskiy All .NET Plug-ins
この拡張は、Object型での作業のヘルパーです。 Outsystems Service Studioでオブジェクトタイプを操作する場合、オブジェクト変数がNullであるかどうかを確認することはできません。
Extensionのメソッド: bool IsNull(オブジェクトobj); 提供されたオブジェクトがNullであるかどうかをチェックします。 Extensionは、Outsystems開発者が参照型オブジェクトがnullかどうかを確認するために作成されます。

[Overview]
This extension is a helper for work with Object type. If you work with Object type in Outsystems Service Studio, then you cannot check if your object variable is Null.
[Detail]
The extension has method: bool IsNull (Object obj); It checks if a provided object is Null. The extension is created in order to help Outsystems developers to check if a reference type object is null.
戻る