ReferencedElementSerializeToWriter Method |
Serializes the data in this class to the serializer passed in
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 public void SerializeToWriter(
ISerializer serializer,
string referencedEntityStartElementName,
string referencedValueTypeStartElementName
)
Public Sub SerializeToWriter (
serializer As ISerializer,
referencedEntityStartElementName As String,
referencedValueTypeStartElementName As String
)
Parameters
- serializer
- Type: SD.LLBLGen.Pro.CoreISerializer
The serializer. - referencedEntityStartElementName
- Type: SystemString
Name of the root element for the referenced entity. If empty or null, no element is written, just attributes.
Use this to append the contents of this element as attributes to a parent element - referencedValueTypeStartElementName
- Type: SystemString
Name of the root element for the referenced valuetype. If empty or null, no element is written, just attributes.
Use this to append the contents of this element as attributes to a parent element
See Also