コボットPortal

「スイッチ」アクテビティについてです。※現在ナレッジ準備中です

1.アクティビティのプログラム名

System.Activities.Statements.Switch

2.説明

Studio バージョン 2.0.3.0~

  クイックアクセス: システム>コントロールフロー>スイッチ

Enables you to choose one choice out of many others based on a specific expression. Usually it’s an integer condition, but you can change it from the properties panel.

条件式を基に、式の結果に応じた処理を行うことが出来ます。整数条件を使用することが多いですが、プロパティパネルから式の型を変更することもできます。

3.プロパティ

プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。

DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.

Expression ・・・ The specific condition you want to choose for the execution.

TypeArgument ・・・ Enables you to choose different types of statement that can be add in the expression property.

4.使い方

準備中

印刷
S
Shiori is the author of this solution article.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.