Class RestOperationInfo
Provides besic information about REST operation. This class is usually used during REST service import process to provide a brief operation information on UI.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Description
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class RestOperationInfoConstructors
RestOperationInfo()
Initializes a new instance of the RestOperationInfo.
Declaration
public RestOperationInfo()RestOperationInfo(String, String)
Initializes a new instance of the RestOperationInfo.
Declaration
public RestOperationInfo(string name, string httpMethod)Parameters
| Type | Name | Description | 
|---|---|---|
| String | name | The operation name. | 
| String | httpMethod | The operation HTTP method. | 
Properties
HttpMethod
Gets or sets operation HTTP method.
Declaration
public string HttpMethod { get; set; }Property Value
| Type | Description | 
|---|---|
| String | 
Name
Gets or sets operation name.
Declaration
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| String |