Click or drag to resize

OrdinalScaledTypeType Properties

The OrdinalScaledTypeType type exposes the following members.

Properties
 NameDescription
Public propertyAttributeDataType Gets the Attribute datatype which is valid for values of all ValueAttributes of this element.
Public propertyAttributeTypeDefiningAttribute Gets the attribute, which specifies the attribute data type for the value elements of 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 value attribute with the defined name. The allowed Names are ATTRIBUTE_CONSTRAINT_ORDINAL_VALUE_STRING and ATTRIBUTE_CONSTRAINT_ORDINAL_MIN_STRING and ATTRIBUTE_CONSTRAINT_ORDINAL_MAX_STRING.
Public propertyNode Gets the wrapped XML-Element
(Inherited from CAEXWrapper)
Public propertyOwner Gets the wrapped Xml-Element's parent
(Inherited from CAEXWrapper)
Public propertyRequiredMaxValue Gets and sets the required maximal value for this ordinal scaled attribute constraint.
Public propertyRequiredMinValue Gets and sets the required minimal value for this ordinal scaled attribute constraint.
Public propertyRequiredValue Gets and sets the required value for this ordinal scaled attribute constraint.
Public propertyTagName Gets the name of the CAEX tag for this CAEX object.
(Inherited from CAEXWrapper)
Public propertyValueAttributes Gets all the CAEXValue objects for the defined value attributes of this instance. Recognized value attributes are ATTRIBUTE_CONSTRAINT_ORDINAL_MAX_STRING and ATTRIBUTE_CONSTRAINT_ORDINAL_MIN_STRING and ATTRIBUTE_CONSTRAINT_ORDINAL_VALUE_STRING.
Top
See Also