C# Class ServiceClientGenerator.MethodForms

Represents the forms of a custom simple method Forms of a simple method are the variety of parameters the method will have
ファイルを表示 Open project: aws/aws-sdk-net

Public Methods

Method Description
MethodForms ( string name, JsonData json ) : Json.LitJson

Creates a representation of the forms for a custom simple method

Method Details

MethodForms() public method

Creates a representation of the forms for a custom simple method
public MethodForms ( string name, JsonData json ) : Json.LitJson
name string The name of the method
json JsonData The json model for the customization consisting of a list of forms
return Json.LitJson