DocumentDefinitionBaseDeserializeAdditionalAttributes Method |
Deserializes the additional attributes from the xml pointed at by the passed in xml reader
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax protected virtual void DeserializeAdditionalAttributes(
XmlReader reader
)
Protected Overridable Sub DeserializeAdditionalAttributes (
reader As XmlReader
)
Parameters
- reader
- Type: System.XmlXmlReader
The reader.
See Also