fix API reference
authorJongkyu Koo <jk.koo@samsung.com>
Fri, 9 Jun 2017 01:26:03 +0000 (10:26 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Fri, 9 Jun 2017 01:26:14 +0000 (10:26 +0900)
Change-Id: Ic4048b0973f4c59780bc554145fb4f3e48589562
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
src/Tizen.Pims.Contacts/Tizen.Pims.Contacts/ContactsDatabase.cs
src/Tizen.Pims.Contacts/Tizen.Pims.Contacts/ContactsFilter.cs
src/Tizen.Pims.Contacts/Tizen.Pims.Contacts/ContactsManager.cs

index e632904..ba63333 100644 (file)
@@ -361,7 +361,7 @@ namespace Tizen.Pims.Contacts
         /// Replaces a record in the contacts database.
         /// </summary>
         /// <param name="record">The record to replace</param>
-        /// <param name="id">the record ID to be replaced</param>
+        /// <param name="recordId">the record ID to be replaced</param>
         /// <privilege>http://tizen.org/privilege/contact.write</privilege>
         /// <privilege>http://tizen.org/privilege/callhistory.write</privilege>
         /// <exception cref="InvalidOperationException">Thrown when method failed due to invalid operation</exception>
index 09de129..a6d49ee 100644 (file)
@@ -140,7 +140,6 @@ namespace Tizen.Pims.Contacts
         /// </summary>
         /// <param name="viewUri">The view URI of a filter</param>
         /// <param name="propertyId">The property ID to add a condition</param>
-        /// <param name="matchType">The match flag</param>
         /// <param name="matchValue">The match value</param>
         /// <exception cref="NotSupportedException">Thrown when an invoked method is not supported</exception>
         /// <exception cref="ArgumentException">Thrown when one of the arguments provided to a method is not valid</exception>
@@ -378,7 +377,6 @@ namespace Tizen.Pims.Contacts
         /// </summary>
         /// <param name="logicalOperator">The operator type</param>
         /// <param name="propertyId">The property ID to add a condition</param>
-        /// <param name="matchType">The match flag</param>
         /// <param name="matchValue">The match value</param>
         /// <exception cref="NotSupportedException">Thrown when an invoked method is not supported</exception>
         /// <exception cref="ArgumentException">Thrown when one of the arguments provided to a method is not valid</exception>
index f4be713..4cea601 100644 (file)
@@ -224,6 +224,9 @@ namespace Tizen.Pims.Contacts
         /// <summary>
         /// A setting value of contacts name display order
         /// </summary>
+        /// <remarks>
+        /// DisplayName of contacts returned from database are determined by this property
+        /// </remarks>
         /// <privilege>http://tizen.org/privilege/contact.read</privilege>
         /// <privilege>http://tizen.org/privilege/contact.write</privilege>
         public ContactDisplayOrder NameDisplayOrder
@@ -251,6 +254,9 @@ namespace Tizen.Pims.Contacts
         /// <summary>
         /// A setting value of contacts name sorting order
         /// </summary>
+        /// <remarks>
+        /// Contacts returned from database are first sorted based on the first name or last name by this property
+        /// </remarks>
         /// <privilege>http://tizen.org/privilege/contact.read</privilege>
         /// <privilege>http://tizen.org/privilege/contact.write</privilege>
         public ContactSortingOrder NameSortingOrder