Click or drag to resize
IFieldType Properties

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
See Also