PCXmlSessionWriterDatabaseRelationType.writeForNewType Method [AX 2012]

Writes the XML of a domain for an attribute which is part of a system table constraint, which has not already been encountered.

protected void writeForNewType(
    Name _attributeTypeName, 
    PCTableConstraintColumnCategoryAttribute _tableConstraintColumnCategoryAttribute, 
    PCXmlSessionDatabaseRelationTypes _parsedSystemTableConstraintTypes, 
    XmlWriter _componentTreeWriter)

Run On

Server

Parameters

_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 already parsed.
_componentTreeWriter
Type: XmlWriter Class
The XML writer used to store the tree of components.

Obsolete: Use the IL equivalent method.

Community Additions

ADD
Show: