Share via


AxdASN.getConstraintList Method [AX 2012]

Identifies the constraint(s) from a particular record.

Syntax

public void getConstraintList(Common _common, AifConstraintList _constraintList)

Run On

Server

Parameters

  • _constraintList
    Type: AifConstraintList Class
    A list that contains the constraints that are identified by using the getConstraintListmethod.

Remarks

The getConstraintList method is an abstract on the AxdBase class, and must be implemented by all derived classes. For example, getConstraintList.The method is intended only to be used internally, and should not be called through the interface.

See Also

Reference

AxdASN Class