Click or drag to resize
AuditorBaseHasDataToXmlSerialize Property
Gets if the auditor object has data which should be Xml serialized. If this property returns false, no serialization (and thus no deserialization) will take place of the data to XML.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual bool HasDataToXmlSerialize { get; }

Property Value

Type: Boolean

Implements

IAuditorHasDataToXmlSerialize
Remarks
Used in Adapter
See Also