C# Class ServiceClientGenerator.Operation

An object that represents the operations for a service api
Inheritance: BaseModel
Afficher le fichier Open project: aws/aws-sdk-net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Operation() public méthode

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
Résultat Json.LitJson

ToString() public méthode

Represents the operation as a string
public ToString ( ) : string
Résultat string

WrapsResultShape() public méthode

public WrapsResultShape ( string shapeName ) : bool
shapeName string
Résultat bool