Class ForensicScannerBoundUserInterfaceState
Inheritance
System.Object
ForensicScannerBoundUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class ForensicScannerBoundUserInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
ForensicScannerBoundUserInterfaceState(List<String>, List<String>, List<String>, String, TimeSpan, TimeSpan)
Declaration
public ForensicScannerBoundUserInterfaceState(List<string> fingerprints, List<string> fibers, List<string> dnas, string lastScannedName, TimeSpan printCooldown, TimeSpan printReadyAt)
Parameters
Type |
Name |
Description |
List<System.String> |
fingerprints |
|
List<System.String> |
fibers |
|
List<System.String> |
dnas |
|
System.String |
lastScannedName |
|
TimeSpan |
printCooldown |
|
TimeSpan |
printReadyAt |
|
Fields
|
Improve this Doc
View Source
DNAs
Declaration
public readonly List<string> DNAs
Field Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Fibers
Declaration
public readonly List<string> Fibers
Field Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Fingerprints
Declaration
public readonly List<string> Fingerprints
Field Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
LastScannedName
Declaration
public readonly string LastScannedName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PrintCooldown
Declaration
public readonly TimeSpan PrintCooldown
Field Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
PrintReadyAt
Declaration
public readonly TimeSpan PrintReadyAt
Field Value
Type |
Description |
TimeSpan |
|