DerivedModelDefinitionDeserializeAdditionalAttributes Method |
Deserializes the additional attributes of this class from the xml pointed at by the reader, which is at the startelement of this object.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected override void DeserializeAdditionalAttributes(
XmlReader reader
)
Protected Overrides Sub DeserializeAdditionalAttributes (
reader As XmlReader
)
Parameters
- reader
- Type: System.XmlXmlReader
The reader.
See Also