Search Results for

    Show / Hide Table of Contents

    Class ExtendedApiController

    Extended api controller which integrates powerapps and simple web api controlling

    Inheritance
    System.Object
    ExtendedApiController
    AuthController
    BaseController
    ModuleDefinitionController
    PluginController
    ServiceDefinitionController
    Namespace: Simplic.Framework.WebAPI.Core
    Assembly: Simplic.Framework.WebAPI.dll
    Syntax
    public class ExtendedApiController : ApiController

    Properties

    | Improve this Doc View Source

    ExtendedPrincipal

    Gets the current principal as UserPrincipal

    Declaration
    public UserPrincipal ExtendedPrincipal { get; }
    Property Value
    Type Description
    UserPrincipal
    | Improve this Doc View Source

    ExtendedUserIdentity

    Gets the extended user identity

    Declaration
    public UserIdentity ExtendedUserIdentity { get; }
    Property Value
    Type Description
    UserIdentity

    Methods

    | Improve this Doc View Source

    Initialize(HttpControllerContext)

    Initialize the current controller

    Declaration
    protected override void Initialize(HttpControllerContext controllerContext)
    Parameters
    Type Name Description
    HttpControllerContext controllerContext

    Current controller context

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx