Click or drag to resize
TypeConverterDefinition Class
Information container for a typeconverter loaded from an assembly. This object is referenced by a project element which needs a converter
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresTypeConverterDefinition

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 TypeConverterDefinition

The TypeConverterDefinition type exposes the following members.

Constructors
  NameDescription
Public methodTypeConverterDefinition
Initializes a new instance of the TypeConverterDefinition class.
Top
Properties
  NameDescription
Public propertyAssemblyName
Gets / sets assemblyName
Public propertyConverterInstance
Gets / sets converterInstance
Public propertyCoreType
Gets / sets coreType, the type the converter is for.
Public propertyDataBindingDescription
Gets the data binding description.
Public propertyDescription
Gets / sets description
Public propertyDesignOnly
Gets or sets a value indicating whether this type converter is design only, which means it can only be used if it's specified as a system type converter. Otherwise it should be ignored.
Public propertyTypeFullName
Gets / sets typeFullName
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(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 a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
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 methodToString
Overrides tostring
(Overrides ObjectToString.)
Top
See Also