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.6.0.0 (5.6.19.0117)
Syntax public virtual bool HasDataToXmlSerialize { get; }
Public Overridable ReadOnly Property HasDataToXmlSerialize As Boolean
Get
Property Value
Type:
BooleanImplements
IAuditorHasDataToXmlSerializeRemarks Used in Adapter
See Also