add forms, prepare webservices call
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
Imports DigitalData.Modules.Config.ConfigAttributes
|
||||
|
||||
Public Class Config
|
||||
Public Property ConnectionString As String
|
||||
Public Property ConnectionString As String = ""
|
||||
|
||||
Public Property WinLine_WebService As New WebServiceConfig
|
||||
|
||||
Public Enum ActionCode
|
||||
CHECK_ONLY = 0
|
||||
IMPORT = 1
|
||||
End Enum
|
||||
|
||||
Public Class WebServiceConfig
|
||||
Public Property Server As String = ""
|
||||
Public Property Username As String = ""
|
||||
Public Property Password As String = ""
|
||||
Public Property Mandator As String = ""
|
||||
Public Property ActionCode As ActionCode = ActionCode.IMPORT
|
||||
|
||||
Public Property ArticleTemplateName As String = ""
|
||||
Public Property ArticleTemplateType As Integer = 30
|
||||
|
||||
Public Property PriceTemplateName As String = ""
|
||||
Public Property PriceTemplateType As Integer = 5
|
||||
End Class
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user