Builds but needs tested
This commit is contained in:
APC Viewer
.vscode
APC Viewer.csprojBlazor
Controllers
GlobalSuppressions.csHostedService
IFX
Library
Eaf
Core
EquipmentCore
Control
AutoGenerated
ChangeDataCollectionHandler.csDataCollectionRequest.csEquipmentEvent.csEquipmentException.csEquipmentSelfDescription.csGetParameterValuesHandler.csIConnectionControl.csIDataTracingHandler.csIEquipmentCommandService.csIEquipmentControl.csIEquipmentSelfDescriptionBuilder.csIPackage.csISelfDescriptionLookup.csIVirtualParameterValuesHandler.csSetParameterValuesHandler.csTraceRequest.cs
IEquipmentDataCollection.csIPackageSource.csDataCollection
Reporting
SelfDescription
ElementDescription
ParameterTypes
Management
ConfigurationData
CellAutomation
Semiconductor
CellInstances
Ifx
Eaf
Common
Configuration
EquipmentConnector
File
Component
Configuration
SelfDescription
PeerGroup
GCL
Models
Program.csShared
Description.csEquipmentType.csIProcessData.csIProcessDataDescription.csIScopeInfo.csIsEnvironment.csLogistics.csLogistics2.cs
Metrology
Column.csConfigDataBase.csEventName.csILogic.csMET08AFMD3100.csMET08BVHGPROBE.csMET08CVHGPROBE802B150.csMET08DDINCAN8620.csMET08DDUPSFS6420.csMET08DDUPSP1TBI.csMET08EBEAMINTEGRITY26.csMET08HALLHL5580.csMET08MESMICROSCOPE.csMET08NDFRESIMAP151C.csMET08PLMAPRPM.csMET08PRFUSB4000.csMET08RESIHGCV.csMET08RESIMAPCDE.csMET08THFTIRQS408M.csMET08THFTIRSTRATUS.csMET08UVH44GS100M.csMET08VPDSUBCON.csMET08WGEOMX203641Q.csMET08XRDXPERTPROMRDXL.csProcessData.Duplicator.csProcessDataStandardFormat.csTest.cs
Singleton
Startup.csViews
appsettings.Development.jsonappsettings.Staging.jsonappsettings.json@ -1,25 +1,11 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace APCViewer.Models
|
||||
{
|
||||
public interface IHomeController
|
||||
{
|
||||
IActionResult Background(bool? message_clear = null, bool? exceptions_clear = null, bool? set_is_primary_instance = null, bool? logistics_clear = null);
|
||||
IActionResult DownloadCustomIPDSF(string ipdsf_file = null);
|
||||
IActionResult DownloadCustomPDSF(string pdsf_file = null);
|
||||
IActionResult DownloadIPDSF(string id = null);
|
||||
IActionResult DownloadPDSF(string id = null);
|
||||
IActionResult Encode(string value = null);
|
||||
IActionResult Error();
|
||||
IActionResult Index();
|
||||
IActionResult IPDSF(string directory = null, string filter = null, bool is_gaN = false, bool is_Si = false);
|
||||
IActionResult PDSF(string directory = null, string filter = null, bool is_gaN = false, bool is_Si = false);
|
||||
IActionResult Privacy();
|
||||
IActionResult TimePivot(bool is_gaN = false, bool is_Si = false);
|
||||
ContentResult ViewCustomIPDSF(string ipdsf_file = null);
|
||||
ContentResult ViewCustomPDSF(string pdsf_file = null);
|
||||
ContentResult ViewIPDSF(string id = null);
|
||||
ContentResult ViewPDSF(string id = null);
|
||||
}
|
||||
namespace APCViewer.Controllers;
|
||||
|
||||
public interface IHomeController
|
||||
{
|
||||
ActionResult Encode(string value = "");
|
||||
ActionResult Error();
|
||||
ActionResult Index();
|
||||
ActionResult Privacy();
|
||||
}
|
Reference in New Issue
Block a user