Click or drag to resize

NominalScaledTypeType Properties

The NominalScaledTypeType type exposes the following members.

Properties
 NameDescription
Public propertyAttributeDataType Gets the AttributeDataType of the defining attribute. The AttributeDataType can be used to interpret the defined nominal values of this instance.
Public propertyAttributeTypeDefiningAttribute Gets the AttributeType object, defining this instance.
Public propertyCAEXDocument Gets the CAEX document of this CAEX object. If the CAEX object has not been inserted into a document or has been removed from the document, the value is null.
(Inherited from CAEXWrapper)
Public propertyCAEXParent Gets the CAEXParent of this instance if it exists.
(Inherited from CAEXWrapper)
Public propertyCAEXSequenceOfCAEXObject Gets the CAEXSequence containing this CAEX object
(Inherited from CAEXWrapper)
Public propertyDocument Gets the XDocument of the wrapped XML-Element
(Inherited from CAEXWrapper)
Public propertyExists Determines if this is a wrapper around an existing XML-Element
(Inherited from CAEXWrapper)
Public propertyIsDeleted Determines, if this object is not contained in any document
(Inherited from CAEXWrapper)
Public propertyItem Gets the type-decoded value and sets the type-encoded value for the nominal value attribute with the defined value. To decode and encode the value, the related attribute must define an AttributeDataType.
Public propertyNode Gets the wrapped XML-Element
(Inherited from CAEXWrapper)
Public propertyOwner Gets the wrapped Xml-Element's parent
(Inherited from CAEXWrapper)
Public propertyRequiredValue Gets the collection of the 'RequiredValue' elements for this nominal scaled attribute constraint.
Public propertyTagName Gets the name of the CAEX tag for this CAEX object.
(Inherited from CAEXWrapper)
Public propertyValueAttributes Gets a list of CaexValue corresponding to the associated nominal values of this instance.
Top
See Also