ModifyProductsParameters kiegészítése az új változtatható mezőkkel
Related Work Items: #5
This commit is contained in:
@@ -78,7 +78,6 @@ Public Class ModifyProductsParameters
|
||||
<NonPersistent()> Property DecimalIn As Double
|
||||
<NonPersistent()> Property DecimalOut As Double
|
||||
|
||||
|
||||
<NonPersistent()>
|
||||
<ImmediatePostData(True)> _
|
||||
Property CurrencyName As CurrencyName
|
||||
@@ -120,7 +119,11 @@ Public Class ModifyProductsParameters
|
||||
SetPropertyValue("ProductType", _ProductType, value)
|
||||
End Set
|
||||
End Property
|
||||
<NonPersistent()> _
|
||||
''' <summary>
|
||||
''' Termék tipus módosuljon ?
|
||||
''' </summary>
|
||||
''' <returns></returns>
|
||||
<NonPersistent()>
|
||||
Property IsProductType As Boolean
|
||||
Get
|
||||
Return _IsProductType
|
||||
@@ -129,4 +132,31 @@ Public Class ModifyProductsParameters
|
||||
SetPropertyValue("IsProductType", _IsProductType, value)
|
||||
End Set
|
||||
End Property
|
||||
|
||||
''' <summary>
|
||||
''' ADRPackingUnit módosuljon ?
|
||||
''' </summary>
|
||||
''' <returns></returns>
|
||||
<NonPersistent()> Property IsADRPackingUnit As Boolean
|
||||
<NonPersistent()> Property ADRPackingUnit As eADRPackingUnit
|
||||
''' <summary>
|
||||
''' Alapértelmezett termék, amelynek a Barcode, UNList,Sentence,Documentations szinkronba jön
|
||||
''' </summary>
|
||||
''' <returns></returns>
|
||||
<NonPersistent()> Property ProductsSource As Products
|
||||
''' <summary>
|
||||
''' Sentence klónozás legyen ?
|
||||
''' </summary>
|
||||
''' <returns></returns>
|
||||
<NonPersistent()> Property CloneSentence As Boolean
|
||||
''' <summary>
|
||||
''' UNList klónozás legyen
|
||||
''' </summary>
|
||||
''' <returns></returns>
|
||||
<NonPersistent()> Property CloneUNList As Boolean
|
||||
''' <summary>
|
||||
''' Documentations klónozás legyen
|
||||
''' </summary>
|
||||
''' <returns></returns>
|
||||
<NonPersistent()> Property CloneDocumentations As Boolean
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user