Search Results for

    Show / Hide Table of Contents

    Class ServiceDefinitionController

    Inheritance
    System.Object
    ExtendedApiController
    ServiceDefinitionController
    Inherited Members
    ExtendedApiController.Initialize(HttpControllerContext)
    ExtendedApiController.ExtendedUserIdentity
    ExtendedApiController.ExtendedPrincipal
    Namespace: Simplic.Framework.WebAPI.Controller
    Assembly: Simplic.Framework.WebAPI.dll
    Syntax
    public class ServiceDefinitionController : ExtendedApiController

    Methods

    | Improve this Doc View Source

    Delete(ServiceDefinition)

    Deletes a service.

    Declaration
    public async Task<IHttpActionResult> Delete(ServiceDefinition service)
    Parameters
    Type Name Description
    ServiceDefinition service

    Service

    Returns
    Type Description
    System.Threading.Tasks.Task<IHttpActionResult>
    | Improve this Doc View Source

    Get(String)

    Returns service definition with given name.

    Declaration
    public async Task<IHttpActionResult> Get(string name)
    Parameters
    Type Name Description
    System.String name

    service name

    Returns
    Type Description
    System.Threading.Tasks.Task<IHttpActionResult>

    Service definition

    | Improve this Doc View Source

    GetAll()

    Returns all services.

    Declaration
    public async Task<IHttpActionResult> GetAll()
    Returns
    Type Description
    System.Threading.Tasks.Task<IHttpActionResult>

    Collection of services

    | Improve this Doc View Source

    Save(ServiceDefinition)

    Saves a service.

    Declaration
    public async Task<IHttpActionResult> Save(ServiceDefinition service)
    Parameters
    Type Name Description
    ServiceDefinition service

    Service

    Returns
    Type Description
    System.Threading.Tasks.Task<IHttpActionResult>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx