Click or drag to resize

SerializationHelper Class

SerializationHelper
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.HelpersSerializationHelper

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class SerializationHelper

The SerializationHelper type exposes the following members.

Constructors
  NameDescription
Public methodSerializationHelper
Top
Properties
  NameDescription
Public propertyAddError
AddError
Public propertyMessageWriter
MessageWriter
Top
Methods
  NameDescription
Public methodGetInputFileNames
GetInputFileNames
Public methodGetLocaleFromFilename
GetLocaleFromFilename
Public methodLoadAndDeserializeStrings
LoadAndDeserializeStrings
Public methodRepair
Ensures that all app texts are present in all language files.
Public methodSave
Public methodSerializeStrings
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also