MS ConfigAttributes
This commit is contained in:
parent
a007f3d658
commit
d3c2c11744
@ -22,7 +22,7 @@
|
|||||||
''' <summary>
|
''' <summary>
|
||||||
''' The EDMIapp server . Will not be saved to userconfig.
|
''' The EDMIapp server . Will not be saved to userconfig.
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Public Class EDMIAppServer
|
Public Class EDMIAppServerAttribute
|
||||||
Inherits Attribute
|
Inherits Attribute
|
||||||
End Class
|
End Class
|
||||||
|
|
||||||
|
|||||||
@ -30,6 +30,7 @@ Public Class ConfigManager(Of T)
|
|||||||
GetType(ConnectionStringAttribute),
|
GetType(ConnectionStringAttribute),
|
||||||
GetType(ConnectionStringAppServerAttribute),
|
GetType(ConnectionStringAppServerAttribute),
|
||||||
GetType(ConnectionStringTestAttribute),
|
GetType(ConnectionStringTestAttribute),
|
||||||
|
GetType(EDMIAppServerAttribute),
|
||||||
GetType(GlobalSettingAttribute)
|
GetType(GlobalSettingAttribute)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user