FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
CurrentCost | The current cost of the item. |
DocNumber | The DocEntry of the document that created the layer. |
DocType | The type of document that created this layer. |
EntryDate | The document posting date that created this layer, for example, in the goods receipt in a purchase order. |
LayerID | The layer ID.
To specify this layer for revaluation, pass this value to the LayerID property of the FIFOLayers object. |
OpenQty | The quantity of the item that is still open in this layer. |
TransactionSequenceNum | The transaction sequence number for the current layer.
To specify this layer for revaluation, pass this value to the TransactionSequenceNum property of the FIFOLayers object. |