16 lines
627 B
VB.net
16 lines
627 B
VB.net
Namespace Positions
|
|
Public Class Position
|
|
Public Property RowNumber As Integer
|
|
Public Property EuropeanArticleNumber As String
|
|
Public Property ArticleNumber As String
|
|
Public Property ArticleNumberVendor As String
|
|
Public Property ArticleDescription As String
|
|
Public Property EDIPrice As Double
|
|
Public Property WinLinePrice As Double
|
|
Public Property Price As Double
|
|
Public Property Amount As Double
|
|
Public Property ReplacementArticleNumber As String
|
|
Public Property UseReplacementNumber As Boolean = False
|
|
End Class
|
|
|
|
End Namespace |