Click or drag to resize

MetaInformation Class

Class for modelling meta information as defined in the AutomationML standard. This class was originally designed for AML Versions based on CAEX 2.15. For later versions you can switch to the SourceDocumentInformationType. It is possible to set SourceDocumentInformation in a CAEX 3.0 document using this class. If this is applied, the MetaInformation is automatically transformed to SourceDocumentInformation. The transformation works in both directions.
Inheritance Hierarchy
SystemObject
  Aml.Engine.AmlObjectsMetaInformation

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class MetaInformation

The MetaInformation type exposes the following members.

Constructors
 NameDescription
Public methodMetaInformation Initializes a new instance of the MetaInformation class.
Public methodMetaInformation(SourceDocumentInformationType) Initializes a new instance of the MetaInformation class using the information provided from the specified SourceDocumentInformation
Public methodMetaInformation(XElement) Initializes a new instance of the MetaInformation class, using a WriterHeader node to populate the properties.
Top
Properties
 NameDescription
Public propertyLastWritingDateTime time stamp of the AutomationML export
Public propertyWriterID the ID of the writer tool, maybe identical to the tools name if it is not subject of change
Public propertyWriterName the name of the writer tool (e.g. CoDeSys)
Public propertyWriterProjectID ID of the project that contains the source engineering data
Public propertyWriterProjectTitle name of the project that contains the source engineering data
Public propertyWriterRelease release information about the writer tool, e.g. "beta12"
Public propertyWriterVendor the vendor of the writer tool, e.g. "3S"
Public propertyWriterVendorURL the web URL of the vendor - helps to get in contact to the vendor
Public propertyWriterVersion version of the writer tool, e.g. "3.4"
Top
See Also