Method | Description | |
---|---|---|
CreateSimpleMethods ( string operationName ) : bool |
Determines if the operation in the client has a custom simple method specified
|
|
GetFormMembers ( List |
Finds the members from the request that need to be used in the method
|
|
GetSimpleParameters ( List |
Generates the code for parameters of the method
|
|
SimpleMethodFormsModel ( JsonData root ) : Json.LitJson |
Creates a representation of the simple method customizations for the service client
|
public CreateSimpleMethods ( string operationName ) : bool | ||
operationName | string | The name of the operation |
return | bool |
public GetFormMembers ( List |
||
form | List |
List of member names for the given form of an operation |
operationMembers | IList |
All of the members for the given operation |
return | List |
public GetSimpleParameters ( List |
||
form | List |
The form of the method contains names of all the members used |
operationMembers | IList |
All of the members of an operation |
return | string |
public SimpleMethodFormsModel ( JsonData root ) : Json.LitJson | ||
root | JsonData | The json data that specifies forms of the simple methods |
return | Json.LitJson |