PCXmlSessionWriterDatabaseRelationType.write Method [AX 2012]
Writes the XML of a domain for an attribute which is part of a system table constraint.
public void write(
Name _attributeTypeName,
PCTableConstraintColumnCategoryAttribute _tableConstraintColumnCategoryAttribute,
PCXmlSessionDatabaseRelationTypes _parsedSystemTableConstraintTypes,
XmlWriter _componentTreeWriter)
Run On
ServerParameters
- _attributeTypeName
- Type: Name Extended Data Type
An attribute type name.
- _tableConstraintColumnCategoryAttribute
- Type: PCTableConstraintColumnCategoryAttribute Table
A table constraint column attribute reference.
- _parsedSystemTableConstraintTypes
- Type: PCXmlSessionDatabaseRelationTypes Class
A collection that contains the record IDs of the system table constraint types that have already been parsed.
- _componentTreeWriter
- Type: XmlWriter Class
The XML writer that is used to store the tree of components.
Community Additions
ADD
Show: