Class AllPartSizesTable
public class AllPartSizesTable : IAllPartSizesTable
- Inheritance
-
AllPartSizesTable
- Implements
- Inherited Members
Constructors
AllPartSizesTable(string, string)
public AllPartSizesTable(string name, string absoluteTableCode)
Parameters
Properties
AbsoluteTableCode
public string AbsoluteTableCode { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
TableValues
public List<IAllPartProperty> TableValues { get; set; }