sharedlibrarycore BaseController - RaidMax/IW4M-Admin GitHub Wiki
BaseController Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore
SharedLibraryCore.BaseController[BaseController](/RaidMax/IW4M-Admin/wiki/BaseController)
end
subgraph Microsoft.AspNetCore.Mvc
Microsoft.AspNetCore.Mvc.Controller[Controller](/RaidMax/IW4M-Admin/wiki/Controller)
end
Microsoft.AspNetCore.Mvc.Controller --> SharedLibraryCore.BaseController
Members
Properties
Protected properties
Public properties
Methods
Protected methods
Returns |
Name |
Task |
SignInAsync (ClaimsPrincipal claimsPrinciple) |
Public methods
Details
Inheritance
Constructors
BaseController
Source code
public BaseController(IManager manager)
Arguments
Methods
SignInAsync
protected async Task SignInAsync(ClaimsPrincipal claimsPrinciple)
Arguments
Type |
Name |
Description |
ClaimsPrincipal |
claimsPrinciple |
|
OnActionExecuting
public override async void OnActionExecuting(ActionExecutingContext context)
Arguments
Type |
Name |
Description |
ActionExecutingContext |
context |
|
Properties
Authorized
protected bool Authorized { get; set; }
Localization
protected TranslationLookup Localization { get; }
Client
protected EFClient Client { get; }
AppConfig
protected ApplicationConfiguration AppConfig { get; }
Manager
public IManager Manager { get; }
Generated with ModularDoc