Click or drag to resize

DeserializerBaseGetNamespaces Method

Must return dictionary with the applied namespaces.

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected abstract Dictionary<string, string> GetNamespaces()

Return Value

Type: DictionaryString, String
Keys are namespace prefixes. Values are the namespaces uri's.
Examples
Key: do Value: http://schemas.omada.net/ois/2012/DataObjectExchangeML
See Also