C# 클래스 ServiceClientGenerator.OperationInput

For some operations the xmlnamespace and locations are specified on the operation:input. E.g. Route53 ChangeResourceRecordSets.
상속: BaseModel
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
OperationInput ( ServiceModel model, JsonData data ) : Json.LitJson

Creates an operation input through the BaseModel

메소드 상세

OperationInput() 공개 메소드

Creates an operation input through the BaseModel
public OperationInput ( ServiceModel model, JsonData data ) : Json.LitJson
model ServiceModel The model of the service
data JsonData The model as a jsonData object
리턴 Json.LitJson