Article Class |
Namespace: Velo.Data.Models
The Article type exposes the following members.
| Name | Description | |
|---|---|---|
| Article |
Initializes a new instance of the Article class.
Constructor without parameter
| |
| Article(IDataRecord) |
Initializes a new instance of the Article class.
Constructor with parameter of data record to fill this data item
|
| Name | Description | |
|---|---|---|
| Description |
Description of article
| |
| ID |
Data item identification from database. Default value is 0.
| |
| Price |
Price of article
| |
| PriceFormatted |
Price of article formatted
| |
| Selection |
Is visible in the list
| |
| Sequence |
Sequence of list
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |