C# Класс ServiceClientGenerator.OperationInput

For some operations the xmlnamespace and locations are specified on the operation:input. E.g. Route53 ChangeResourceRecordSets.
Наследование: BaseModel
Показать файл Открыть проект

Открытые методы

Метод Описание
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