Ready to Test
This commit is contained in:
13
Shared/DataModels/ToolTypeMetadata.cs
Normal file
13
Shared/DataModels/ToolTypeMetadata.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace OI.Metrology.Shared.DataModels;
|
||||
|
||||
public class ToolTypeMetadata
|
||||
{
|
||||
public int ToolTypeID { get; set; }
|
||||
public bool Header { get; set; }
|
||||
public string? ApiName { get; set; }
|
||||
public string? ColumnName { get; set; }
|
||||
public string? DisplayTitle { get; set; }
|
||||
public int GridDisplayOrder { get; set; }
|
||||
public string? GridAttributes { get; set; }
|
||||
public int TableDisplayOrder { get; set; }
|
||||
}
|
Reference in New Issue
Block a user