EDMI: Include Doctypes in ClientConfig
This commit is contained in:
@@ -4,13 +4,14 @@ Namespace Methods.Base.GetClientConfig
|
||||
|
||||
<Serializable>
|
||||
<DataContract>
|
||||
<KnownType(GetType(GlobalState.Doctype))>
|
||||
Public Class GetClientConfigResponse
|
||||
Inherits Messages.BaseResponse
|
||||
|
||||
<DataMember>
|
||||
Public Property ClientConfig As Config.ClientConfiguration
|
||||
Public Property ClientConfig As GlobalState.ClientConfiguration
|
||||
|
||||
Public Sub New(pConfig As Config.ClientConfiguration)
|
||||
Public Sub New(pConfig As GlobalState.ClientConfiguration)
|
||||
MyBase.New()
|
||||
ClientConfig = pConfig
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user