Click or drag to resize

GenericXmlBridgeTDataAccess Properties

The GenericXmlBridgeTDataAccess generic type exposes the following members.

Properties
  NameDescription
Public propertyData
DataAccess component being written to/from
Public propertyDataVersion
Version of data being read. Only applicable when reading data.
Public propertyFilePath
FilePath specifying the name of the persistance storage
Public propertyKnownTypes
List of known types used for reading/writing
Public propertySurrogate
Data contract surrogate to handle if certain types are to be serialized in special ways and when deserialized object needs to be connected in a way that the serializer can not do automatically. Per default this is set to a SerializerSurrogate object.
Public propertyXmlWriterSettings
Get/Set XmlWriterSettings in case xml output needs custom formatting This does not affect xml content, only formatting of the xml.
Top
See Also