Click or drag to resize

ValueTypeDefinition Properties

The ValueTypeDefinition type exposes the following members.

Properties
  NameDescription
Protected propertyContainingProject
Gets or sets the containing project.
(Inherited from GroupableModelElement.)
Public propertyDefaultLength
Gets the default length for the type (if specified, default is 0)
Public propertyDefaultPrecision
Gets the default precision for the type (if specified, default is 0)
Public propertyDefaultScale
Gets the default scale for the type (if specified, default is 0)
Protected propertyDeserializationNewElementFactoryFunc
Func which creates a new field element for deserialization purposes, which means it skips some actions which are not needed when deserializing.
(Inherited from GroupableModelElement.)
Public propertyError
Gets an error message indicating what is wrong with this object.
(Inherited from GroupableModelElement.)
Public propertyFieldCount
Gets the field count.
(Inherited from GroupableModelElement.)
Public propertyFields
Gets the fields of this element
(Inherited from GroupableModelElement.)
Public propertyFieldTypeForXml
Gets the field type for XML serialization. This is a descriptive string, which is preformatted to ease deserialization.
Public propertyFullName
Gets the full name of this element which is the groupname combined with the name
(Inherited from GroupableModelElement.)
Public propertyFullNameForXml
Gets the full name for XML.
(Inherited from GroupableModelElement.)
Public propertyGroupName
Gets / sets the name of the group this entity is in.
(Inherited from GroupableModelElement.)
Public propertyIsChanged
Gets or sets the flag to signal that this element has been changed.
(Inherited from GroupableModelElement.)
Public propertyItem
Gets the String with the specified column name.
(Inherited from GroupableModelElement.)
Public propertyKindOfType
Gets or sets the kind of type this fieldtype represents
Public propertyLastChangedProperty
Gets the last changed property name of this object. Use this to check whether changes indeed should be propagated through UI-oriented event channels
(Inherited from GroupableModelElement.)
Public propertyName
Gets / sets the name of this entity.
(Inherited from GroupableModelElement.)
Public propertyNameValidatorToUse
Gets or sets the name validator to use.
(Inherited from GroupableModelElement.)
Public propertyObjectID
Gets or sets the object identifier, which is used to identify objects across instances, e.g. through a copy action.
(Inherited from GroupableModelElement.)
Public propertyOutputSettingValues
Gets the output setting values of this target.
(Inherited from GroupableModelElement.)
Public propertyRepresentedType
Gets the represented type
Protected propertySuppressEvents
Gets or sets a value indicating whether events should be suppressed related to this entity base element (true) or not (false).
(Inherited from GroupableModelElement.)
Public propertyTargetElementType
Gets the target element type of this target.
(Inherited from GroupableModelElement.)
Public propertyTypeName
Gets the name of the type in textual format.
Public propertyUniqueConstraints
Gets the list of unique constraints.
(Inherited from EntityBaseElement.)
Top
Explicit Interface Implementations
See Also