Table of Contents

Class AllPartSizesTable

Namespace
Ascon.Polynom.Web.Api.Data.Models.Classification
Assembly
Ascon.Polynom.Web.Api.Data.dll
public class AllPartSizesTable : IAllPartSizesTable
Inheritance
AllPartSizesTable
Implements
Inherited Members

Constructors

AllPartSizesTable(string, string)

public AllPartSizesTable(string name, string absoluteTableCode)

Parameters

name string
absoluteTableCode string

Properties

AbsoluteTableCode

public string AbsoluteTableCode { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

TableValues

public List<IAllPartProperty> TableValues { get; set; }

Property Value

List<IAllPartProperty>