Click or drag to resize
DataTypeManager Methods

The DataTypeManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearRegisteredTypes
Clears the registered field types
Public methodStatic memberConvertToSystemType
Converts the value to a proper data type
Public methodStatic memberGetDataType(Type)
Gets the data type by the system type
Public methodStatic memberGetDataType(TypeEnum, String)
Gets the data type settings by its SQL type
Public methodStatic memberGetDefaultType
Gets the default type for the given type by its system type
Public methodStatic memberGetFieldType
Returns form field data type from database column data type.
Public methodStatic memberGetSqlType
Gets column type for defined data type and size.
Public methodStatic memberGetSqlValue(Object)
Gets the value representation for a SQL query text
Public methodStatic memberGetSqlValue(TypeEnum, String, Object)
Gets the value representation for a SQL query text
Public methodStatic memberGetStringValue
Converts the value to a string value
Public methodStatic memberGetSystemType
Gets the system type by the field type
Public methodStatic memberIsInteger
Returns true, if the given type is an integer type
Public methodStatic memberIsKnownType
Returns true, if the given type is a registered known type
Public methodStatic memberIsNumber
Returns true, if the given type is a number type
Public methodStatic memberIsString
Returns true, if the given type is a string type
Public methodStatic memberIsTypeT
Returns true, if the given type is a GUID type
Public methodStatic memberIsValidDate
Returns if start date of the scheduled interval is valid.
Public methodStatic memberRegisterDataTypes
Registers the given data type to the system
Public methodStatic memberSupportsTranslation
Returns true if the given field type supports translation
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also