FDO .NET API Reference Feature Data Objects

mgIConnectionPropertyDictionary.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Connections

Functions

System::String * OSGeo::FDO::Connections::EnumeratePropertyValues (System::String *name)[]
 Returns an array of possible values for the specified property.
System::String * OSGeo::FDO::Connections::GetLocalizedName (System::String *name)
 Gets a localized name for the property (for NLS purposes).
System::String * OSGeo::FDO::Connections::GetProperty (System::String *name)
 Gets the value of the specified property.
System::String * OSGeo::FDO::Connections::GetPropertyDefault (System::String *name)
 Gets the default value for the specified property.
System::Boolean OSGeo::FDO::Connections::IsPropertyEnumerable (System::String *name)
 Determines if the possible values for the specified property can be enumerated via the EnumeratePropertyValues method.
System::Boolean OSGeo::FDO::Connections::IsPropertyProtected (System::String *name)
 Indicates if the property is a password or other protected field that should be kept secure.
System::Boolean OSGeo::FDO::Connections::IsPropertyRequired (System::String *name)
 Determines if the specified property is required.
System::Void OSGeo::FDO::Connections::SetProperty (System::String *name, System::String *value)
 Sets the value of the specified property. An exception is thrown if the connection is currently open.

Variables

public __gc __interface OSGeo::FDO::Connections::IConnectionPropertyDictionary

Comments or suggestions? Send us feedback.