C# (CSharp) Habanero.Base.DataMappers Namespace

Classes

Name Description
BoolDataMapper Data mapper for boolean types
ByteArrayDataMapper data mapper that is used for reading and writing byte[] (Byte array) from a database
DataMapperFactory Factory for returning the appropriate Datamapper depending on the target type (typically a IBOProp type.)
DateTimeDataMapper Used to implement custom type conversions specifically for DateTime objects.
GeneralDataMapper Implements a data mapper for an unknown type. Tries to convert the value given to that type The data mapper conforms to the GOF strategy pattern DataMapper.
ImageDataMapper Mapper to map image types between bytes, base64 string and Image