.vscode
Adaptation
.config
.vscode
Eaf
FileHandlers
APC
Archive
Dummy
IQSSi
MoveMatchingFiles
OpenInsight
OpenInsightMetrologyViewer
BarcodeDevice.cs
BarcodeRecord.cs
FileRead.cs
IBarcodeDevice.cs
IBarcodeRecord.cs
NginxFileSystem.cs
WSRequest.cs
OpenInsightMetrologyViewerAttachments
Processed
SPaCe
pcl
CellInstanceConnectionName.cs
Ifx
Infineon
PeerGroup
Shared
_Tests
.editorconfig
MET08DDUPSFS6420-Development.yml
MET08DDUPSFS6420.Tests.csproj
MET08DDUPSFS6420.yml
appsettings.Development.json
appsettings.json
package.json
FileHandlers
Properties
Shared
.gitignore
MET08DDUPSFS6420.csproj
README.md
11 lines
247 B
C#
11 lines
247 B
C#
namespace Adaptation.FileHandlers.OpenInsightMetrologyViewer;
|
|
|
|
internal class NginxFileSystem
|
|
{
|
|
|
|
public string Name { get; set; }
|
|
public string Type { get; set; }
|
|
public string MTime { get; set; }
|
|
public float Size { get; set; }
|
|
|
|
} |