Share via


AxdEMSMeterReadingFlow.findList Method [AX 2012]

Finds posted transactions from the database and writes them to an XML string.

Syntax

public AifDocumentXml findList(
    AifQueryCriteria _queryCriteria, 
    AifSchemaInfo _xsdInfo, 
    AifEndpointActionPolicyInfo _actionPolicyInfo, 
    AifConstraintListCollection _constraintListCollection, 
    AifPropertyBag _aifPropertyBag)

Run On

Server

Parameters

  • _queryCriteria
    Type: AifQueryCriteria Class
    An instance of the AifQueryCriteria class that contains either a query or an array of criteria to use to identify the document.
  • _xsdInfo
    Type: AifSchemaInfo Class
    An instance of the AifSchemaInfo class in which it is possible to specify the XSD schema to use for filtering.
  • _aifPropertyBag
    Type: AifPropertyBag Extended Data Type
    An instance of the AifPropertyBag class that contains an XMLDocPurpose enumeration value that specifies whether the document is an original, a duplicate, a pro forma, or a snapshot.

Return Value

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

See Also

Reference

AxdEMSMeterReadingFlow Class