[fdo-users] Provider Properties Details Wish
Romica Dascalescu
Romica.Dascalescu at autodesk.com
Thu Feb 26 12:59:40 EST 2009
Hi Crispin,
I had a look in .NET FDO API and below is the class containing connection properties:
Indeed there are a few things missing here to be able to create a nice dynamical connection dialog.
namespace OSGeo.FDO.Connections
public interface IConnectionPropertyDictionary : IDisposable
{
// Methods
string[] EnumeratePropertyValues(string name);
string GetLocalizedName(string name);
string GetProperty(string name);
string GetPropertyDefault(string name);
[return: MarshalAs(UnmanagedType.U1)]
bool IsPropertyEnumerable(string name);
[return: MarshalAs(UnmanagedType.U1)]
bool IsPropertyFileName(string name);
[return: MarshalAs(UnmanagedType.U1)]
bool IsPropertyFilePath(string name);
[return: MarshalAs(UnmanagedType.U1)]
bool IsPropertyProtected(string name);
[return: MarshalAs(UnmanagedType.U1)]
bool IsPropertyRequired(string name);
void SetProperty(string name, string value);
// Properties
string[] PropertyNames { get; }
}
Romy.
________________________________________
From: fdo-users-bounces at lists.osgeo.org [fdo-users-bounces at lists.osgeo.org] On Behalf Of Crispin_at_1Spatial [crispin.hoult at 1spatial.com]
Sent: Thursday, February 26, 2009 12:28 PM
To: fdo-users at lists.osgeo.org
Subject: RE: [fdo-users] Provider Properties Details Wish
Orest,
Using .net it looks like only 'IsPropertyProtected()' is exposed - I don't
see the other methods, should they be in the API?
Crispin
Orest Halustchak wrote:
>
> Hi Crispin,
>
> The connection property dictionary (FdoIConnectionPropertyDictionary) has
> some methods that should help.
>
> IsPropertyProtected() - if true, then it's a password type property.
>
> IsPropertyFileName()
> IsPropertyFilePath()
>
> Thanks,
> Orest.
>
>
--
View this message in context: http://n2.nabble.com/Provider-Properties-Details-Wish-tp2390311p2391055.html
Sent from the FDO Users mailing list archive at Nabble.com.
_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users
More information about the fdo-users
mailing list