Метод | Описание | |
---|---|---|
GetUserId ( ) : int | ||
HideQueryString ( ) : ActionResult | ||
HomeController ( ) | ||
HomeController ( ApplicationDbContext context ) | ||
HomeController ( DataContext context, IRepository repo ) | ||
HomeController ( IConfiguration config ) | ||
HomeController ( IDataAccess dataAccess ) | ||
HomeController ( IMemoryCache memoryCache ) | ||
HomeController ( IPlatformRepository platformRepository, IDeviceRepository deviceRepository ) | ||
HomeController ( IService one, IService two, IService three ) | ||
HomeController ( MySpecialClassWithDependencies mySpecialClassWithDependencies ) | ||
HomeController ( TimeHub timeHub ) | ||
Index ( ) : ActionResult | ||
Index ( ) : IActionResult | ||
Index ( ) : Task |
||
Index ( ) : Task |
||
Index12 ( int? id ) : ActionResult | ||
Picload ( IFormFile file ) : Task |
||
Print ( string location, string startDate, string endDate ) : ActionResult | ||
Redirect ( decimal width, decimal height ) : IActionResult | ||
ToIndex ( ) : ActionResult | ||
Tut116 ( ) : ActionResult | ||
Tut142 ( ) : ActionResult | ||
Tut143 ( ) : ActionResult | ||
UploadFile ( ) : ActionResult | ||
UserService ( IHttpContextAccessor httpContextAccessor ) |
Метод | Описание | |
---|---|---|
Example ( TestModel model ) : IActionResult | ||
ForAdminAndManager ( ) : Task |
||
ForAdminAndManager1 ( ) : Task |
||
ForAdminAndManager2 ( ) : Task |
||
ForAdminOnly ( ) : Task |
||
ForEveryone ( ) : Task |
||
ForWriterOnly ( ) : Task |
||
Index ( Guid accountId, int permission, int id ) : ActionResult | ||
Index ( TblEmployee employee ) : ActionResult | ||
Index12 ( ) : ActionResult | ||
MyIndex ( UserLogViewModel log ) : ActionResult | ||
UploadFile ( MyModal Modal ) : ActionResult |
public HomeController ( ApplicationDbContext context ) | ||
context | ApplicationDbContext |
public HomeController ( DataContext context, IRepository repo ) | ||
context | DataContext | |
repo | IRepository |
public HomeController ( IConfiguration config ) | ||
config | IConfiguration |
public HomeController ( IDataAccess dataAccess ) | ||
dataAccess | IDataAccess |
public HomeController ( IMemoryCache memoryCache ) | ||
memoryCache | IMemoryCache |
public HomeController ( IPlatformRepository platformRepository, IDeviceRepository deviceRepository ) | ||
platformRepository | IPlatformRepository | |
deviceRepository | IDeviceRepository |
public HomeController ( IService one, IService two, IService three ) | ||
one | IService | |
two | IService | |
three | IService |
public HomeController ( MySpecialClassWithDependencies mySpecialClassWithDependencies ) | ||
mySpecialClassWithDependencies | MySpecialClassWithDependencies |
public Print ( string location, string startDate, string endDate ) : ActionResult | ||
location | string | |
startDate | string | |
endDate | string | |
Результат | ActionResult |
public Redirect ( decimal width, decimal height ) : IActionResult | ||
width | decimal | |
height | decimal | |
Результат | IActionResult |
public UserService ( IHttpContextAccessor httpContextAccessor ) | ||
httpContextAccessor | IHttpContextAccessor |