この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Newer Version Available

This content describes an older version of this product. View Latest

PluginDescribeResult.InputParameter クラス

Process.PluginResult の入力パラメータを説明します。

名前空間

Process

PluginDescribeResult.InputParameter コンストラクタ

PluginDescribeResult.InputParameter のコンストラクタは次のとおりです。

PluginDescribeResult.InputParameter(String, String, Process.PluginDescribeResult.ParameterType, Boolean)

指定された名前、説明、パラメータ種別、必須オプションを使用して、Process.PluginDescribeResult.InputParameter クラスの新しいインスタンスを作成します。

署名

public PluginDescribeResult.InputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)

パラメータ

name
型: String
プラグインの一意の名前。
description
型: String
プラグインの目的を説明します。
parameterType
型: Process.PluginDescribeResult.ParameterType
入力パラメータのデータ型。
required
型: Boolean
必須である場合は true、それ以外の場合は、false に���定します。

PluginDescribeResult.InputParameter(String, Process.PluginDescribeResult.ParameterType, Boolean)

指定された名前、パラメータ種別、必須オプションを使用して、Process.PluginDescribeResult.InputParameter クラスの新しいインスタンスを作成します。

署名

public PluginDescribeResult.InputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)

パラメータ

name
型: String
プラグインの一意の名前。
parameterType
型: Process.PluginDescribeResult.ParameterType
入力パラメータのデータ型。
required
型: Boolean
必須である場合は true、それ以外の場合は、false に設定します。

PluginDescribeResult.InputParameter プロパティ

PluginDescribeResult.InputParameter のプロパティは次のとおりです。

Description

この省略可能な項目では、プラグインの目的を説明します。

署名

public String Description {get; set;}

プロパティ値

型: String

使用方法

サイズは最大 255 文字です。

Name

プラグインの一意の名前。

署名

public String Name {get; set;}

プロパティ値

型: String

使用方法

サイズは最大 40 文字です。

ParameterType

入力パラメータのデータ型。

署名

public Process.PluginDescribeResult.ParameterType ParameterType {get; set;}

プロパティ値

型: Process.PluginDescribeResult.ParameterType

Required

必須である場合は true、それ以外の場合は、false に設定します。

署名

public Boolean Required {get; set;}

プロパティ値

型: Boolean