#388 closed defect (fixed)
IsFilePath and IsFileName are missing in managed IConnectionPropertyDictionary
Reported by: | gisstarter | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 3.4.0 |
Component: | FDO API | Version: | 3.3.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
I'm writing some code accessing FDO with the managed FDO API.
I want to find out if a connection property is a filename or filepath, before establishing a connection, but in the IConnectionPropertyDictionary interface the methods isFilename and isFilepath are missing.
In the unmanaged API these methods exists in the FdoIConnectionPropertyDictonary class. Maybe the implementation of the managed wrapper is not completed!
greets
Attachments (1)
Change History (5)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Status: | new → assigned |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 16 years ago
Milestone: | → 3.4.0 |
---|
Note:
See TracTickets
for help on using tickets.
These files (where you would expect a managed version of the APIs) have no references to said methods/properties:
Fdo/Managed/Src/OSGeo/FDO/Connections/mgIConnectionPropertyDictionaryImp.h Fdo/Managed/Src/OSGeo/FDO/Connections/mgIConnectionPropertyDictionaryImp.cpp