Class BushPropertyXmlSerializer
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Force
Assembly: VMDFB.dll
This class is to represent xmlSerializer for property.
public class BushPropertyXmlSerializer : PropertyXmlSerializer<propertybush>
Inheritance
object ←
AbstractXmlSerializer
Inherited Members
PropertyXmlSerializer
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BushPropertyXmlSerializer()
Initializes a new instance of the
public BushPropertyXmlSerializer()
BushPropertyXmlSerializer(PropertyBush)
Initializes a new instance of the
public BushPropertyXmlSerializer(PropertyBush prop)
Parameters
prop PropertyBush
The property.
Methods
ReadXml(XmlReader)
Reads the XML.
public override sealed void ReadXml(XmlReader reader)
Parameters
reader XmlReader
The reader.
WriteXml(XmlWriter)
Writes the XML.
public override sealed void WriteXml(XmlWriter writer)
Parameters
writer XmlWriter
The writer.
Operators
implicit operator BushPropertyXmlSerializer(PropertyBush)
Performs an implicit conversion from
public static implicit operator BushPropertyXmlSerializer(PropertyBush prop)
Parameters
prop PropertyBush
The prop.
Returns
The result of the conversion.