/ Assembly List / LJCSalesDAL / ProductSize

Namespace - LJCSalesDAL


Syntax

C#
public class ProductSize : IComparable<ProductSize>

The Size table Data Object.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
ChangedNames Gets a reference to the ChangedNames list.
Code Gets or sets the Code value.
ID Gets or sets the ID value.
ProductSizeTypeID Gets or sets the SizeTypeID value.
Value Gets or sets the Value value.

Fields
ColumnCode The Code column name.
ColumnID The ID column name.
ColumnProductSizeTypeID The SizeTypeID column name.
ColumnValue The Value column name.
LengthCode The Code maximum length.
LengthValue The Value maximum length.
TableName The table name.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.