Click or drag to resize

AutomationMLContainerRelationshipType Class

Class RelationshipType describes the distinguished package part relationship types. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Aml.Engine.AmlObjectsAutomationMLContainerRelationshipType

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public sealed class RelationshipType : IComparable<AutomationMLContainerRelationshipType>

The AutomationMLContainerRelationshipType type exposes the following members.

Properties
 NameDescription
Public propertyMimeType Gets the mime type of the relationship
Public propertyName Gets the name of the relationship.
Top
Methods
 NameDescription
Public methodCompareTo Compares the current instance's name to another object's name of the same type and returns an integer indicating whether the current instance's name occurs in the sort order before or after the other object or at the same position.
Public methodStatic memberGetAnyContent Creates a RelationshipType for any content. If no mime type is defined, the relationship type AnyContent is used.
Public methodToString Returns the Name as the string representation of this instance.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberAnyContent relationship type for package to part or root part to part relations to any content.
Public fieldStatic memberCAEXSchema relationship type for package to part relation to the CAEX schema part.
Public fieldStatic memberCollada relationship type for package to part or root part to part relations to a COLLADA part.
Public fieldStatic memberColladaSchema relationship type for package to part relation to the COLLADA schema.
Public fieldStatic memberLibrary relationship type for package to part or root part to part relations to a part, containing an AutomationML library.
Public fieldStatic memberPLCopenXml relationship type for package to part or root part to part relations to a PLCopenXml part.
Public fieldStatic memberPLCopenXmlSchema relationship type for package to part relation to the PLCopenXml schema.
Public fieldStatic memberRoot relationship type for the package to part relation to the part containing the root document.
Top
See Also