[fdo-commits] r737 - branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Wed Feb 7 16:44:59 EST 2007
Author: gregboone
Date: 2007-02-07 16:44:59 -0500 (Wed, 07 Feb 2007)
New Revision: 737
Modified:
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgFilter.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgInCondition.h
branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgValueExpressionCollection.h
Log:
893057: DOC: FDO Managed API Documentation Updates
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgFilter.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgFilter.h 2007-02-07 21:44:29 UTC (rev 736)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgFilter.h 2007-02-07 21:44:59 UTC (rev 737)
@@ -71,11 +71,11 @@
/// Static operation that combines two filters using the specified binary
/// logical operation.
///
- /// \param lhs
+ /// \param leftFilter
/// Input left hand expression as filter expression
/// \param operation
/// Input binary logical operation
- /// \param rhs
+ /// \param rightFilter
/// Input right hand expression as filter expression
///
/// \return
@@ -103,11 +103,11 @@
/// Static operation that combines two filters using the specified binary
/// logical operation.
///
- /// \param lhs
+ /// \param leftFilter
/// Input left hand expression as filter expression
/// \param operation
/// Input binary logical operation
- /// \param rhs
+ /// \param rightFilter
/// Input right hand expression as well defined text string
///
/// \return
@@ -119,11 +119,11 @@
/// Static operation that combines two filters using the specified binary
/// logical operation.
///
- /// \param lhs
+ /// \param leftFilter
/// Input left hand expression as well defined text string
/// \param operation
/// Input binary logical operation
- /// \param rhs
+ /// \param rightFilter
/// Input right hand expression as well defined text string
///
/// \return
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgInCondition.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgInCondition.h 2007-02-07 21:44:29 UTC (rev 736)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgInCondition.h 2007-02-07 21:44:59 UTC (rev 737)
@@ -57,8 +57,6 @@
/// Input property name
/// \param values
/// Input array of values
- /// \param length
- /// Input number of values
///
/// \return
/// Returns InCondition
@@ -72,8 +70,6 @@
/// Input property name
/// \param values
/// Input array of values
- /// \param length
- /// Input number of values
///
/// \return
/// Returns InCondition
Modified: branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgValueExpressionCollection.h
===================================================================
--- branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgValueExpressionCollection.h 2007-02-07 21:44:29 UTC (rev 736)
+++ branches/3.2.x/Fdo/Managed/Src/OSGeo/FDO/Filter/mgValueExpressionCollection.h 2007-02-07 21:44:59 UTC (rev 737)
@@ -235,10 +235,11 @@
///
/// \param array
/// Output the one-dimensional Array that is the destination of the elements copied from this collection.
+ ///
/// \param startAt
/// Input an integer that represents the index in array at which copying begins.
///
- System::Void CopyTo(NAMESPACE_OSGEO_FDO_EXPRESSION::ValueExpression* array[],System::Int32 size);
+ System::Void CopyTo(NAMESPACE_OSGEO_FDO_EXPRESSION::ValueExpression* array[],System::Int32 startAt);
/// \brief
/// Gets the item in the collection at the specified index.
More information about the fdo-commits
mailing list