Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    RestOperationInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Description
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class RestOperationInfo

    Constructors

    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
    System.String name

    The operation name.

    System.String httpMethod

    The operation HTTP method.

    Properties

    HttpMethod

    Gets or sets operation HTTP method.

    Declaration
    public string HttpMethod { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Gets or sets operation name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Nevatech Sentinet 6.6 Online Documentation