IRESTOperation Interface

REST operation metadata object.

Members

Name Description
Read-only property Name Operation name. Used in IRESTRequestHandler's schema generation and url parsing.
Write-only property Name Operation name. Used in IRESTRequestHandler's schema generation and url parsing.
Read-only property OutputFormats Supported output formats, separated by comma.
Write-only property OutputFormats Supported output formats, separated by comma.
Read-only property Parameters Operation parameters, separated by comma.
Write-only property Parameters Operation parameters, separated by comma.
Write-only property PostOnly Denotes POST-only operations.
Read-only property PostOnly Denotes POST-only operations.
Read-only property RequiredCapability Required capability for the operation.
Write-only property RequiredCapability Required capability for the operation.
Method ToJSONObject Converts operation object to JSON representation.

IRESTOperation.Name Property

Operation name. Used in IRESTRequestHandler's schema generation and url parsing.

Public Property Name As String
public string Name {get; set;}

IRESTOperation.Name Property

Operation name. Used in IRESTRequestHandler's schema generation and url parsing.

Public Property Name As String
public string Name {get; set;}

IRESTOperation.OutputFormats Property

Supported output formats, separated by comma.

Public Property OutputFormats As String
public string OutputFormats {get; set;}

IRESTOperation.OutputFormats Property

Supported output formats, separated by comma.

Public Property OutputFormats As String
public string OutputFormats {get; set;}

IRESTOperation.Parameters Property

Operation parameters, separated by comma.

Public Property Parameters As String
public string Parameters {get; set;}

IRESTOperation.Parameters Property

Operation parameters, separated by comma.

Public Property Parameters As String
public string Parameters {get; set;}

IRESTOperation.PostOnly Property

Denotes POST-only operations.

Public Property PostOnly As Boolean
public bool PostOnly {get; set;}

IRESTOperation.PostOnly Property

Denotes POST-only operations.

Public Property PostOnly As Boolean
public bool PostOnly {get; set;}

IRESTOperation.RequiredCapability Property

Required capability for the operation.

Public Property RequiredCapability As String
public string RequiredCapability {get; set;}

IRESTOperation.RequiredCapability Property

Required capability for the operation.

Public Property RequiredCapability As String
public string RequiredCapability {get; set;}

IRESTOperation.ToJSONObject Method

Converts operation object to JSON representation.

Public Function ToJSONObject ( _
) As IJSONObject
public IJSONObject ToJSONObject (
);

Classes that implement IRESTOperation

Classes Description
CoRESTOperation IRESTOperation coclass

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.