TypeShortcut Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel
The TypeShortcut type exposes the following members.
Name | Description | |
---|---|---|
TypeShortcut |
Initializes a new instance of the TypeShortcut class.
| |
TypeShortcut(String, Type, Boolean) |
Initializes a new instance of the TypeShortcut class.
|
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.
|
Name | Description | |
---|---|---|
BeginEdit |
Begins an edit on an object.
| |
CancelEdit |
Discards changes since the last BeginEdit call.
| |
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| |
DeserializeFromReader |
Deserializes the data from reader.
| |
EndEdit | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDefaultsForDriverID |
Gets the defaults for this shortcut for the database with the driver id specified
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPropertyChanged |
Called when a property was changed
| |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
HasBeenChanged |
Raised when the implementing element has been changed
| |
HasBeenRemoved |
Raised when the implementing element has been removed from its container
| |
PropertyChanged |
Occurs when a property value changes.
|