Click or drag to resize

DocumentVersionInformation Class

This Class is defined for the modelling of document version information as defined in the AutomationML BPR 06 "Naming of related documents and their versions". DocumentVersions are stored as AdditionalInformation attached to the CAEXFile Node of the AMLDocument.
Inheritance Hierarchy
SystemObject
  Aml.Engine.AmlObjectsDocumentVersionInformation

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

The DocumentVersionInformation type exposes the following members.

Constructors
 NameDescription
Public methodDocumentVersionInformation Initializes a new instance of the DocumentVersionInformation class.
Public methodDocumentVersionInformation(XElement) Initializes a new instance of the DocumentVersionInformation class using the provided XML node (this should be an ADDITIONALINFORMATION_STRING), containing document content.
Top
Properties
 NameDescription
Public propertyDocumentIdentifier The document attribute "DocumentIdentifier" shall define the name of the referenced document.
Public propertyVersion The document attribute "Version" shall define the version range of the referenced document.
Top
See Also