Click or drag to resize
IFieldType Interface
Interface for specifying fieldtypes.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IFieldType : INotifyPropertyChanged, 
	INotifyAsChanged, IComparable

The IFieldType type exposes the following members.

Properties
  NameDescription
Public propertyDefaultLength
Gets the default length for the type (if specified, default is 0)
Public propertyDefaultPrecision
Gets the default precision for the type (if specified, default is 0)
Public propertyDefaultScale
Gets the default scale for the type (if specified, default is 0)
Public propertyFieldTypeForXml
Gets the field type for XML serialization. This is a descriptive string, which is preformatted to ease deserialization.
Public propertyKindOfType
Gets or sets the kind of type this fieldtype represents
Public propertyLastChangedProperty
Gets the last changed property.
Public propertyRepresentedType
Gets the represented type
Public propertyTypeName
Gets the name of the type in textual format.
Top
Methods
  NameDescription
Public methodCompareTo
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.
(Inherited from IComparable.)
Top
Events
  NameDescription
Public eventHasBeenChanged
Raised when the implementing element has been changed
(Inherited from INotifyAsChanged.)
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
See Also