Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class BushPropertyXmlSerializer

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Force
Assembly: VMDFB.dll

This class is to represent xmlSerializer for property.

public class BushPropertyXmlSerializer : PropertyXmlSerializer<propertybush>

Inheritance

object ← AbstractXmlSerializer ← PropertyXmlSerializerBushPropertyXmlSerializer

Inherited Members

PropertyXmlSerializer.ReadXml(XmlReader), PropertyXmlSerializer.WriteXml(XmlWriter)

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

BushPropertyXmlSerializer()

Initializes a new instance of the class.

public BushPropertyXmlSerializer()

BushPropertyXmlSerializer(PropertyBush)

Initializes a new instance of the class.

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 to .

public static implicit operator BushPropertyXmlSerializer(PropertyBush prop)

Parameters

prop PropertyBush

The prop.

Returns

BushPropertyXmlSerializer

The result of the conversion.

Connect with Ansys