Click or drag to resize
TypeShortcut Properties

The TypeShortcut type exposes the following members.

Properties
  NameDescription
Public propertyDefaultLength
Gets or sets the default length for the type (if specified, default is 0)
Public propertyDefaultPrecision
Gets or sets the default precision for the type (if specified, default is 0)
Public propertyDefaultScale
Gets or sets the default scale for the type (if specified, default is 0)
Public propertyDefaultValuesPerDriverID
Gets the default values per driverID. If a driver id isn't mentioned, no default value is present for that driver id. It can be a default value is present for a driver id which isn't in the project. The default value is then ignored.
Public propertyError
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
Public propertyFieldTypeForXml
Gets the field type for XML serialization. This is a descriptive string, which is preformatted to ease deserialization.
Public propertyID
Gets or sets the ID of this type shortcut. This ID is created during instantiation and is unique for an instance. It is used for comparing copy instances with real instances when copy instances are used for editing.
Public propertyIsSystemTypeShortcut
Gets or sets a value indicating whether this instance is a system type shortcut.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyItem
Gets the String with the specified column name.
Public propertyKindOfType
Gets or sets the kind of type this fieldtype represents
Public propertyLastChangedProperty
Gets the last changed property.
Public propertyRepresentedType
Gets or sets the type represented by this shortcut
Public propertyRepresentedTypeFullName
Gets the full name of the represented type.
Public propertyShortcut
Gets or sets the short cut.
Public propertyShortcutValidator
Sets the shortcut validator.
Public propertyTypeName
Gets the name of the type in textual format.
Top
See Also