Fix description 41/131441/1 accepted/tizen/unified/20170531.082658 submit/tizen/20170529.083538
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 29 May 2017 08:30:28 +0000 (17:30 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 29 May 2017 08:30:28 +0000 (17:30 +0900)
Change-Id: I49676071378eed8f3a260280a976a3e9c3ae8fde
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentColumns.cs
Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentDatabase.cs
Tizen.Content.MediaContent/Tizen.Content.MediaContent/ContentFilter.cs
packaging/csapi-media-content.spec

index 3f9fe52..1f4b0be 100755 (executable)
@@ -978,7 +978,7 @@ namespace Tizen.Content.MediaContent
         /// <summary>
         /// Bookmark column set. \n
         /// You can use this define to set the condition of bookmark filter and order keyword.
-        /// </summary
+        /// </summary>
         public class Bookmark
         {
             /// <summary>
@@ -996,7 +996,7 @@ namespace Tizen.Content.MediaContent
         /// <summary>
         /// Storage column set. \n
         /// You can use this define to set the condition of storage filter and order keyword.
-        /// </summary
+        /// </summary>
         public class Storage
         {
             /// <summary>
@@ -1025,7 +1025,7 @@ namespace Tizen.Content.MediaContent
         /// <summary>
         /// Face column set. \n
         /// You can use this define to set the condition of face filter and order keyword.
-        /// </summary
+        /// </summary>
         public class Face
         {
             /// <summary>
index fdbaa57..1a9416b 100755 (executable)
@@ -110,7 +110,7 @@ namespace Tizen.Content.MediaContent
         }
 
         /// <summary>
-        /// Gets the count of ContentCollections for the ContentCollectionType & passed filter from the media database.
+        /// Gets the count of ContentCollections for the ContentCollectionType and passed filter from the media database.
         /// </summary>
         /// <param name="filter">The media filter</param>
         /// <returns>The count of contents present in the media database for a ContentSourceType</returns>
index de26f7c..eaf358c 100755 (executable)
@@ -26,9 +26,8 @@ namespace Tizen.Content.MediaContent
     /// <remarks>
     /// A Content filter is required for filtering information associated with Media Folder, Tag, Audio, MediaBookmark and Media Information on basis of details like offset, count, order and condition for searching.
     /// It provide functionality to set properties associated with a given content filter.
-
     /// Setting content filter properties helps to limit the number of filtered items as following:
-    ///<list>
+    /// <list>
     /// <item><description>
     /// Offset - Used to set starting position of the filter's search
     /// </description></item>
@@ -42,10 +41,8 @@ namespace Tizen.Content.MediaContent
     /// Order - Used to set type of media to be ordered by the filter
     /// </description></item>
     /// </list>
-
     /// Searchable expression can use one of the following forms:
-
-    ///<list>
+    /// <list>
     /// <item><description>
     /// column = value
     /// </description></item>
@@ -92,8 +89,6 @@ namespace Tizen.Content.MediaContent
     /// expression1 AND expression2 OR expression3
     /// </description></item>
     /// </list>
-
-
     /// Note that if you want to set qoutation(" ' " or " " ") as value of LIKE operator, you should use two times.(" '' " or " "" ") \n And the optional ESCAPE clause is supported. Both percent symbol("%") and underscore symbol("_") are used in the LIKE pattern.
     /// If these characters are used as value of LIKE operation, then the expression following the ESCAPE caluse of sqlite.
     /// </remarks>
index 4e50fa8..3f7ed47 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-media-content
 Summary:    Tizen Media Content API for C#
-Version:    1.0.19
+Version:    1.0.20
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0