Share via


TradeTotalsIContract.getHashStr Method [AX 2012]

Serves as a hash function for a particular contract.

Syntax

public str getHashStr()

Run On

Called

Return Value

Type: str
A hash String for the current contract.

Remarks

A hash is a String value that is used to identify a contract during equality testing. It can also serve as an index for a contract in a collection.

See Also

Reference

TradeTotalsIContract Interface