Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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)

388.patch (2.8 KB ) - added by jng 16 years ago.
Patch to add missing methods

Download all attachments as: .zip

Change History (5)

comment:1 by jng, 16 years ago

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

by jng, 16 years ago

Attachment: 388.patch added

Patch to add missing methods

comment:2 by gregboone, 16 years ago

Status: newassigned

comment:3 by gregboone, 16 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by gregboone, 16 years ago

Milestone: 3.4.0
Note: See TracTickets for help on using tickets.