AxdRouteCard.read Method [AX 2012]

Reads a posted transaction from the database and writes it to an XML string.

public AifDocumentXml read(
    AifEntityKey _entityKey, 
    AifSchemaInfo _xsdInfo, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintList _constraintList, 
    AifPropertyBag _aifPropertyBag)

Run On

Server

Parameters

_entityKey
Type: AifEntityKey Class
An entity key that identifies the transaction to read.
_xsdInfo
Type: AifSchemaInfo Class
An instance of the AifSchemaInfo Class that specifies the XSD schema to use for filtering.
_actionPolicyInfo
Type: AifEndpointActionPolicyInfo Class
An instance of the AifEndpointActionPolicyInfo Class that specifies the value mapping to perform.
_constraintList
Type: AifConstraintList Class
A list that contains the constraints that are identified in the document.
_aifPropertyBag
Type: AifPropertyBag Extended Data Type
An instance of the AifPropertyBag Extended Data Type that contains an XMLDocPurpose enumeration value.

Return Value

Type: AifDocumentXml Extended Data Type
An XML string that contains the data of the transaction.

This method is implemented in the AxdBase Class.

Community Additions

ADD
Show: