Add ConnectionString Attribute to connection string in config
This commit is contained in:
parent
0562d9c37d
commit
f71b53b5c3
@ -1,10 +1,13 @@
|
|||||||
Public Class Config
|
Imports DigitalData.Modules.Config.ConfigAttributes
|
||||||
|
|
||||||
|
Public Class Config
|
||||||
|
<ConnectionString>
|
||||||
Public Property ConnectionString As String = ""
|
Public Property ConnectionString As String = ""
|
||||||
|
|
||||||
Public Property Mandators As New List(Of MandatorConfig)
|
Public Property Mandators As New List(Of MandatorConfig)
|
||||||
|
|
||||||
Public Property InputDirectory As String = ""
|
Public Property InputDirectory As String = ""
|
||||||
Public Property OutputDirectory As String = ""
|
Public Property OutputDirectory As String = ""
|
||||||
|
|
||||||
Public Property SchemaDirectory As String = ""
|
Public Property SchemaDirectory As String = ""
|
||||||
|
|
||||||
Public Property Webservice As New WebServiceConfig()
|
Public Property Webservice As New WebServiceConfig()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user