TypeConversionDefinition Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
The TypeConversionDefinition type exposes the following members.
Name | Description | |
---|---|---|
TypeConversionDefinition |
Initializes a new instance of the TypeConversionDefinition class.
|
Name | Description | |
---|---|---|
ConverterCoreType |
Gets the core type of the associated type converter, which is the model side's .NET type the type conversion works on.
| |
ConverterToUse |
Gets / sets converterToUse
| |
ConverterToUseDescription |
Gets the converter to use description.
| |
ConverterToUseName |
Gets the name of the converter to use.
| |
DbDotNetType |
Gets / sets the Db .Net Type, the db side's .NET type the type conversion works on.
| |
FilterDbType |
Gets or sets the dbfilter value, the scale value of the DB side to filter on
| |
FilterDbTypeSet |
If true, FilterDbType is used for filtering fields to apply the conversion onto
| |
FilterLength |
Gets or sets the length filter value, the scale value of the DB side to filter on
| |
FilterLengthSet |
If true, FilterLength is used for filtering fields to apply the conversion onto
| |
FilterPrecision |
Gets or sets the precision filter value, the scale value of the DB side to filter on
| |
FilterPrecisionSet |
If true, FilterPrecision is used for filtering fields to apply the conversion onto
| |
FilterScale |
Gets or sets the scale filter value, the scale value of the DB side to filter on
| |
FilterScaleSet |
If true, FilterScale is used for filtering fields to apply the conversion onto
| |
IsChanged |
Gets or sets a value indicating whether this instance is changed.
|
Name | Description | |
---|---|---|
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.) | |
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.) | |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
|