TypeShortcut Properties |
The TypeShortcut type exposes the following members.
Name | Description | |
---|---|---|
DefaultLength |
Gets or sets the default length for the type (if specified, default is 0)
| |
DefaultPrecision |
Gets or sets the default precision for the type (if specified, default is 0)
| |
DefaultScale |
Gets or sets the default scale for the type (if specified, default is 0)
| |
DefaultValuesPerDriverID |
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.
| |
Error |
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
| |
FieldTypeForXml |
Gets the field type for XML serialization. This is a descriptive string, which is preformatted to ease deserialization.
| |
ID |
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.
| |
IsSystemTypeShortcut |
Gets or sets a value indicating whether this instance is a system type shortcut.
| |
IsValid |
Gets a value indicating whether this instance is valid.
| |
Item |
Gets the String with the specified column name.
| |
KindOfType |
Gets or sets the kind of type this fieldtype represents
| |
LastChangedProperty |
Gets the last changed property.
| |
RepresentedType |
Gets or sets the type represented by this shortcut
| |
RepresentedTypeFullName |
Gets the full name of the represented type.
| |
Shortcut |
Gets or sets the short cut.
| |
ShortcutValidator |
Sets the shortcut validator.
| |
TypeName |
Gets the name of the type in textual format.
|