Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class PropertyXmlSerializerHelper<TProperty\>

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMObjBase.dll

This class is to represent property for xmlSerializer.

public class PropertyXmlSerializerHelper<tproperty> where TProperty : Property

Type Parameters

TProperty

The type of the property.

Inheritance

objectPropertyXmlSerializerHelper

Extension Methods

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

Constructors

PropertyXmlSerializerHelper(TProperty)

Initializes a new instance of the class.

public PropertyXmlSerializerHelper(TProperty prop)

Parameters

prop TProperty

The property.

Operators

implicit operator PropertyXmlSerializerHelper(PropertyXmlSerializer)

Performs an implicit conversion from to .

public static implicit operator PropertyXmlSerializerHelper<tproperty>(PropertyXmlSerializer<tproperty> ser)

Parameters

ser PropertyXmlSerializer

The ser.

Returns

PropertyXmlSerializerHelper

The result of the conversion.

implicit operator TProperty(PropertyXmlSerializerHelper)

Performs an implicit conversion from to TProperty.

public static implicit operator TProperty(PropertyXmlSerializerHelper<tproperty> ser)

Parameters

ser PropertyXmlSerializerHelper

The ser.

Returns

TProperty

The result of the conversion.

Connect with Ansys