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

Newer Version Available

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

PluginDescribeResult.OutputParameter クラス

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

名前空間

Process

PluginDescribeResult.OutputParameter コンストラクタ

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

PluginDescribeResult.OutputParameter(String, String, Process.PluginDescribeResult.ParameterType)

指定された名前、説明、およびパラメータ種別を使用して、Process.PluginDescribeResult.OutputParameter クラスの新しいインスタンスを作成します。

署名

public PluginDescribeResult.OutputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType)

パラメータ

name
型: String
プラグインの一意の名前。
description
型: String
プラグインの目的を説明します。
parameterType
型: Process.PluginDescribeResult.ParameterType
入力パラメータのデータ型。

PluginDescribeResult.OutputParameter(String, Process.PluginDescribeResult.ParameterType)

指定された名前、説明、およびパラメータ種別を使用して、Process.PluginDescribeResult.OutputParameter クラスの新しいインスタンスを作成します。

署名

public PluginDescribeResult.OutputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType)

パラメータ

name
型: String
プラグインの一意の名前。
parameterType
型: Process.PluginDescribeResult.ParameterType
入力パラメータのデータ型。

PluginDescribeResult.OutputParameter プロパティ

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

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