C# Класс ServiceClientGenerator.Operation

An object that represents the operations for a service api
Наследование: BaseModel
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Operation ( ServiceModel model, string name, JsonData data ) : Json.LitJson

Constructs on operation from a service model, operation name, and the json model

ToString ( ) : string

Represents the operation as a string

WrapsResultShape ( string shapeName ) : bool

Описание методов

Operation() публичный Метод

Constructs on operation from a service model, operation name, and the json model
public Operation ( ServiceModel model, string name, JsonData data ) : Json.LitJson
model ServiceModel The model of the service the operation belongs to
name string The name of the operation
data JsonData The json data from the model file
Результат Json.LitJson

ToString() публичный Метод

Represents the operation as a string
public ToString ( ) : string
Результат string

WrapsResultShape() публичный Метод

public WrapsResultShape ( string shapeName ) : bool
shapeName string
Результат bool