| C# |
|---|
| public class ProductSizeManager : ObjectManager<ProductSize, ProductSizes> |
| #ctor | Initializes an object instance. |
| GetSizeCodeKeys | Gets the SizeTypeID and SizeCode keys. |
| GetSizeValueKeys | Gets the SizeValue keys. |
| RetrieveWithID | Retrieves a Data Record with the supplied value. |
| RetrieveWithSizeCode | Retrieves a Data Record with the supplied value. |
| RetrieveWithSizeValue | Retrieves a Data Record with the supplied value. |
| SetOrderBy | Sets the OrderBy Names. |
| GetIDKey | Missing Summary |