Click or drag to resize

ControlDataXmlBridge Properties

The ControlDataXmlBridge type exposes the following members.

Properties
  NameDescription
Public propertyData
DataAccess component being written to/from
(Inherited from GenericXmlBridgeTDataAccess.)
Public propertyDataVersion
Version of data being read. Only applicable when reading data.
(Inherited from GenericXmlBridgeTDataAccess.)
Public propertyFilePath
FilePath specifying the name of the persistance storage
(Overrides GenericXmlBridgeTDataAccessFilePath.)
Public propertyKnownTypes
List of known types used for reading/writing
(Inherited from GenericXmlBridgeTDataAccess.)
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.
(Inherited from GenericXmlBridgeTDataAccess.)
Public propertyXmlWriterSettings
Get/Set XmlWriterSettings in case xml output needs custom formatting This does not affect xml content, only formatting of the xml.
(Inherited from GenericXmlBridgeTDataAccess.)
Top
See Also