Click or drag to resize

Article Class

Article data item
Inheritance Hierarchy
SystemObject
  Velo.Data.ModelsArticle

Namespace:  Velo.Data.Models
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class Article

The Article type exposes the following members.

Constructors
  NameDescription
Public methodArticle
Initializes a new instance of the Article class. Constructor without parameter
Public methodArticle(IDataRecord)
Initializes a new instance of the Article class. Constructor with parameter of data record to fill this data item
Top
Properties
  NameDescription
Public propertyDescription
Description of article
Public propertyID
Data item identification from database. Default value is 0.
Public propertyPrice
Price of article
Public propertyPriceFormatted
Price of article formatted
Public propertySelection
Is visible in the list
Public propertySequence
Sequence of list
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also