C# 클래스 ServiceClientGenerator.MethodForms

Represents the forms of a custom simple method Forms of a simple method are the variety of parameters the method will have
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
MethodForms ( string name, JsonData json ) : Json.LitJson

Creates a representation of the forms for a custom simple method

메소드 상세

MethodForms() 공개 메소드

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
리턴 Json.LitJson