RadioButtonFormFieldSignature
RadioButtonFormFieldSignature(string)
定義済みの名前で RadioButtonFieldSignature を作成します.
public RadioButtonFormFieldSignature(string name)
| パラメータ | タイプ | 説明 | 
|---|---|---|
| name | String | フォーム フィールド オブジェクトの名前。 | 
関連項目
RadioButtonFormFieldSignature(string, List<string>)
定義済みの名前と項目リストで RadioButtonFieldSignature を作成します。
public RadioButtonFormFieldSignature(string name, List<string> items)
| パラメータ | タイプ | 説明 | 
|---|---|---|
| name | String | フォーム フィールド オブジェクトの名前。 | 
| items | List`1 | ラジオボタン リストの値。 | 
関連項目
RadioButtonFormFieldSignature(string, List<string>, object)
定義済みの名前、項目リスト、および選択された値で RadioButtonFieldSignature を作成します。
public RadioButtonFormFieldSignature(string name, List<string> items, object selected)
| パラメータ | タイプ | 説明 | 
|---|---|---|
| name | String | フォーム フィールド オブジェクトの名前。 | 
| items | List`1 | ラジオボタン リストの値。 | 
| selected | Object | 選択された値。 |