Click or drag to resize

FileMeasurement Class

A specific type of Measurement used to record and attach a data file (such a a photograph, a form, etc) to an Item.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public class FileMeasurement : Measurement

The FileMeasurement type exposes the following members.

Constructors
  NameDescription
Public methodFileMeasurement
Initializes a new instance of the FileMeasurement class
Top
Properties
  NameDescription
Public propertyFileContents
The actual binary data representing the content of the file.
Public propertyFileExtension
The file extension (identifying the file type) of the file.
Public propertyFileName
The original file name of the file.
Top
See Also