Click or drag to resize

AutomationMLBaseAttributeTypeLib Class

Contains definitions and access methods of standard base AttributeType objects.
Inheritance Hierarchy
SystemObject
  Aml.Engine.AmlObjectsAutomationMLBaseAttributeTypeLib

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

The AutomationMLBaseAttributeTypeLib type exposes the following members.

Methods
 NameDescription
Public Extension MethodAddAutomationMLBaseAttributeTypeLib Gets the AutomationMLBaseAttributeTypeLib from the provided document. If the document doesn't contain the required library it will be automatically imported from an embedded resource.
Public Extension MethodIsAssociatedExternalValue Determines whether the specified attribute reference defines an inheritance relation from the AssociatedExternalValue AttributeType
Public Extension MethodIsAssociatedFacet Determines whether the specified attribute reference defines an inheritance relation from the AssociatedFacet AttributeType
Public Extension MethodIsCardinality Determines whether the specified attribute reference defines an inheritance relation from the Cardinality AttributeType
Public Extension MethodIsCategory Determines whether the specified attribute reference defines an inheritance relation from the Category AttributeType
Public Extension MethodIsDirection Determines whether the specified attribute reference defines an inheritance relation from the Direction AttributeType
Public Extension MethodIsDocLang Determines whether the specified attribute reference defines an inheritance relation from the DocLang AttributeType
Public Extension MethodIsFrame Determines whether the specified attribute reference defines an inheritance relation from the Frame AttributeType
Public Extension MethodIsListType Determines whether the specified attribute reference defines an inheritance relation from the ListType AttributeType
Public Extension MethodIsLocalizedAttribute Determines whether the specified attribute reference defines an inheritance relation from the LocalizedAttribute AttributeType
Public Extension MethodIsMIMEType Determines whether the specified attribute reference defines an inheritance relation from the MIMEType AttributeType
Public Extension MethodIsOrderedListType Determines whether the specified attribute reference defines an inheritance relation from the OrderedListType AttributeType
Public Extension MethodIsRefUri Determines whether the specified attribute reference defines an inheritance relation from the RefURI AttributeType
Top
Fields
 NameDescription
Public fieldStatic memberAssociatedExternalValue The standard attribute type AssociatedExternalValue
Public fieldStatic memberAssociatedFacet The 'AssociatedFacet' AttributeType path
Public fieldStatic memberAutomationMLBaseAttributeTypeLibName The 'AutomationMLBaseAttributeTypeLib' library name
Public fieldStatic memberCardinality The 'Cardinality' AttributeType path
Public fieldStatic memberCategory The 'Category' AttributeType path
Public fieldStatic memberDirection The 'Direction' AttributeType path
Public fieldStatic memberDocLang The 'DocLang' AttributeType path
Public fieldStatic memberFrame The 'Category' AttributeType path
Public fieldStatic memberListType The 'ListType' AttributeType path
Public fieldStatic memberLocalizedAttribute The 'LocalizedAttribute' AttributeType path
Public fieldStatic memberMaxOccurrenceAttribute The maximum occurrence attribute for a cardinality attribute type
Public fieldStatic memberMIMEType The 'MIMEType' AttributeType path
Public fieldStatic memberMinOccurrenceAttribute The minimum occurrence attribute for a cardinality attribute type
Public fieldStatic memberOrderedListType The 'OrderedListType' AttributeType path
Public fieldStatic memberRefURI The 'RefURI' AttributeType path
Top
Remarks
Not available for CAEX version 2.15
See Also