Class PropertyXmlSerializerHelper<TProperty\>
Last update: 16.07.2025Namespace: 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
object ←
PropertyXmlSerializerHelper
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PropertyXmlSerializerHelper(TProperty)
Initializes a new instance of the
public PropertyXmlSerializerHelper(TProperty prop)
Parameters
prop TProperty
The property.
Operators
implicit operator PropertyXmlSerializerHelper(PropertyXmlSerializer)
Performs an implicit conversion from
public static implicit operator PropertyXmlSerializerHelper<tproperty>(PropertyXmlSerializer<tproperty> ser)
Parameters
The ser.
Returns
The result of the conversion.
implicit operator TProperty(PropertyXmlSerializerHelper)
Performs an implicit conversion from
public static implicit operator TProperty(PropertyXmlSerializerHelper<tproperty> ser)
Parameters
ser PropertyXmlSerializerHelper
The ser.
Returns
TProperty
The result of the conversion.