FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Common::StringElement Class Reference

Inherits OSGeo::FDO::Runtime::Disposable.

Inheritance diagram for OSGeo::FDO::Common::StringElement:

[legend]
List of all members.

Detailed Description

StringElement is an element in a StringCollection.


Public Member Functions

 StringElement (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a string elemnet based on an unmanaged instance of the object.
 StringElement (System::String *value)
 Constructs a new string element based on an input string.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()
 DOXYGEN-IGNORE

Constructor & Destructor Documentation

OSGeo::FDO::Common::StringElement::StringElement System::String *  value  ) 
 

Constructs a new string element based on an input string.

Parameters:
value The string value of the element.

OSGeo::FDO::Common::StringElement::StringElement System::IntPtr  unmanaged,
System::Boolean  autoDelete
 

Constructs a string elemnet based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged string element.
autoDelete Input Indicates if the constructed element should be automatically deleted once it no longer referenced.

Member Function Documentation

System::Void OSGeo::FDO::Common::StringElement::ReleaseUnmanagedObject  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from OSGeo::FDO::Runtime::Disposable.


Comments or suggestions? Send us feedback.