Click or drag to resize

AMLFileModel Class

This class represents an AutomationML file and its intended modeling purpose, together with some other meta data including its download link.
Inheritance Hierarchy
SystemObject
  Aml.Engine.Services.ModelAMLFileModel
    Aml.Engine.Services.LibraryServiceAMLNextCloudFileModel

Namespace: Aml.Engine.Services.Model
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class AMLFileModel

The AMLFileModel type exposes the following members.

Constructors
 NameDescription
Public methodAMLFileModel Creates an instance of the AutomationML file model
Top
Properties
 NameDescription
Public propertyContentType The content type of the AutomationML file.
Public propertyDomain The application domain of the contained classes of the AutomationML file as it is coded in the file name.
Public propertyEdition The AutomationML edition as it is coded in the file name.
Public propertyExtension Specification of a possible extension of the domain as it is coded in the file name.
Public propertyFileType The type of the AutomationML file.
Public propertyLibType Specification of a possible library type which may be one of the CAEX library tagnames.
Public propertyName The name of the AutomationML file
Public propertyProducer The producer of the file as it is coded in the file name.
Public propertyURL The download link of the file, if it is provided by a server.
Public propertyVersion The release version of the file, if it is coded in the file name.
Top
See Also