FDO .NET API Reference Feature Data Objects
System::Boolean OSGeo::FDO::Xml::XmlFeatureHandler::FeatureProperty ( OSGeo::FDO::Xml::XmlFeatureContext context,
System::String *  name,
System::DateTime  value 
)

Default feature handler callback that is called when the XmlFeaturePropertyReader encounters a property with DataTime value. Logs an error when the current ErrorLevel is High or Normal. An error is also logged when the ErrorLevel is Low and the current property is not nullable.

Parameters:
context Input caller specified contextual information
name Input property name
value Input property value
Returns:
Returning true causes the current parse to stop. Returning false causes the parse to continue. Return value is ignored if the current parse is not an incremental parse ( see XmlFeaturePropertyReader::Parse())


Comments or suggestions? Send us feedback.