C# 클래스 ServiceClientGenerator.Operation

An object that represents the operations for a service api
상속: BaseModel
파일 보기 프로젝트 열기: aws/aws-sdk-net

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