Share via


EcoResAttributeType.pcToXML Method

Generates the XML representation of this record that is compatible with the product configuration.

Syntax

public void pcToXML(
    XmlWriter _attributeTypeWriter, 
    XmlWriter _componentTreeWriter, 
    Set _parsedTypes, 
    Map _parsedIntegerDomains, 
    LanguageId _sessionLanguage)

Run On

Called

Parameters

  • _attributeTypeWriter
    Type: XmlWriter Class
    The XML writer used to store the types of attributes.
  • _componentTreeWriter
    Type: XmlWriter Class
    The XML writer used to store the tree of components.
  • _parsedTypes
    Type: Set Class
    A collection that contains the record IDs of the attribute types already parsed.
  • _parsedIntegerDomains
    Type: Map Class
    A map that contains integer domains that have already been encountered during the XML generation.

Exceptions

Exception Condition
Error

Throws an error if an integer ___domain with no ranges specified is encountered.

Remarks

Obsolete: Use the IL equivalent method.

See Also

Reference

EcoResAttributeType Table