Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

T_AMLEngineExtensions_MetaInformation

AutomationML edited this page Feb 23, 2017 · 2 revisions

MetaInformation Class

Struct for modeling meta information as defined in the AutomationML standard

Inheritance Hierarchy

System.Object
  AMLEngineExtensions.MetaInformation
Namespace: AMLEngineExtensions
Assembly: AMLEngineExtensions (in AMLEngineExtensions.dll) Version: 3.5

Syntax

C#

public class MetaInformation

C++

public ref class MetaInformation

The MetaInformation type exposes the following members.

Constructors

 

Name Description
Public method MetaInformation Initializes a new instance of the MetaInformation class
  Back to Top

Properties

 

Name Description
Public property LastWritingDateTime time stamp of the AutomationML export
Public property WriterID the ID of the writer tool, maybe identical to the tools name if it is not subject of change
Public property WriterName the name of the writer tool (e.g. CoDeSys)
Public property WriterProjectID ID of the project that contains the source engineering data
Public property WriterProjectTitle name of the project that contains the source engineering data
Public property WriterRelease release information about the writer tool, e.g. "beta12"
Public property WriterVendor the vendor of the writer tool, e.g. "3S"
Public property WriterVendorURL the web URL of the vendor - helps to get in contact to the vendor
Public property WriterVersion version of the writer tool, e.g. "3.4"
  Back to Top

See Also

Reference

AMLEngineExtensions Namespace

  • Introduction
  • [Version History](Version history)
    • [Version 3.5](Version 3.4)
    • [Version 3.1](Version 3.0)
    • [Version 2.1](Version 2.1)
    • [Version 2.0](Version 2.0)
  • [Getting Started](Getting started)
  • Examples
  • AMLEngine API
BEST Practice Content

Extensions

CAEX Elements

AutomationML

Utilities

Interfaceclasses

Exceptions

Objecttables and Document validation

Clone this wiki locally