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
    Object
    RestOperationInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    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
    Back to top Nevatech Sentinet 6.5 Online Documentation