Click or drag to resize
TypeConversionDefinition Class
Definition for a type conversion. Type conversions are definitions for converting a simple .NET type, set by the DB driver, to another .NET type. Type converters are used to give a mapped field a different .NET type than the target field's type requires. This requires a converter for the value, which is the Typeconverter instance used.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresTypeConversionDefinition

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class TypeConversionDefinition : ISerializableToXml, 
	INotifyPropertyChanged

The TypeConversionDefinition type exposes the following members.

Constructors
  NameDescription
Public methodTypeConversionDefinition
Initializes a new instance of the TypeConversionDefinition class.
Top
Properties
  NameDescription
Public propertyConverterCoreType
Gets the core type of the associated type converter, which is the model side's .NET type the type conversion works on.
Public propertyConverterToUse
Gets / sets converterToUse
Public propertyConverterToUseDescription
Gets the converter to use description.
Public propertyConverterToUseName
Gets the name of the converter to use.
Public propertyDbDotNetType
Gets / sets the Db .Net Type, the db side's .NET type the type conversion works on.
Public propertyFilterDbType
Gets or sets the dbfilter value, the scale value of the DB side to filter on
Public propertyFilterDbTypeSet
If true, FilterDbType is used for filtering fields to apply the conversion onto
Public propertyFilterLength
Gets or sets the length filter value, the scale value of the DB side to filter on
Public propertyFilterLengthSet
If true, FilterLength is used for filtering fields to apply the conversion onto
Public propertyFilterPrecision
Gets or sets the precision filter value, the scale value of the DB side to filter on
Public propertyFilterPrecisionSet
If true, FilterPrecision is used for filtering fields to apply the conversion onto
Public propertyFilterScale
Gets or sets the scale filter value, the scale value of the DB side to filter on
Public propertyFilterScaleSet
If true, FilterScale is used for filtering fields to apply the conversion onto
Public propertyIsChanged
Gets or sets a value indicating whether this instance is changed.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also