Click or drag to resize

IAttributeValueType Properties

The IAttributeValueType type exposes the following members.

Properties
 NameDescription
Public propertyAttributeDataType Gets the Attribute datatype which is valid for all attribute values of this element
Public propertyAttributeTypeDefiningAttribute Gets the attribute, which specifies the attribute data type for the attribute values.
Public propertyCAEXParent Gets the CAEXParent of this CAEX object
(Inherited from ICAEXWrapper)
Public propertyDocument Gets the XDocument containing the XML node of this object. If the object has not been inserted into a document, the XDocument is null. Direct manipulations of the XML document are not monitored by the AML engine.
(Inherited from IXMLWrapper)
Public propertyExists Determines, if this instance is wrapped around an existing XML node
(Inherited from IXMLWrapper)
Public propertyItem Gets and sets the attribute value for the named attribute using the decoding and encoding methods of CaexValue.
Public propertyNode Get the XML node of this instance. Direct manipulations of the XML node are not monitored by the AML engine.
(Inherited from IXMLWrapper)
Public propertyOwner Gets the XML parent node of this instance. Direct manipulations of the XML node are not monitored by the AML engine.
(Inherited from IXMLWrapper)
Public propertyTagName Gets the Schema Tag name of this instance.
(Inherited from IXMLWrapper)
Public propertyValueAttributes Gets all the CAEXValue objects for the defined value attributes of this instance.
Top
See Also