Opened 14 years ago
Closed 14 years ago
#751 closed enhancement (fixed)
RFC30 - Implement Managed API
Reported by: | brentrobinson | Owned by: | brentrobinson |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | FDO API | Version: | |
Severity: | 3 | Keywords: | Data Value conversion Managed |
Cc: | External ID: |
Description
Complete RFC30 by adding the Managed API for the FDO Data Value conversion functions.
Note:
See TracTickets
for help on using tickets.
Revision: 5913 Author: brentrobinson Date: 1:18:38 PM, Monday, March 14, 2011 Message: Ticket#751: Completed RFC30 by adding Managed API for Data Value conversion functions.
Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgBLOBValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgBLOBValue.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgBooleanValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgBooleanValue.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgByteValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgByteValue.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgCLOBValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgCLOBValue.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgDataValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgDataValue.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgDateTimeValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgDateTimeValue.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgDecimalValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgDecimalValue.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgDoubleValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgDoubleValue.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgInt16Value.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgInt16Value.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgInt32Value.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgInt32Value.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgInt64Value.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgInt64Value.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgSingleValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgSingleValue.h Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgStringValue.cpp Modified : /trunk/Fdo/Managed/Src/OSGeo/FDO/Expression/mgStringValue.h Modified : /trunk/Fdo/Managed/UnitTest/EntryPoint.cs Modified : /trunk/Fdo/Managed/UnitTest/UnitTest.csproj Modified : /trunk/Fdo/Managed/UnitTest/mgExpressionTest.cs