Add md file for CalendarViews namespace summary 79/155979/1
authorJeesun Kim <iamjs.kim@samsung.com>
Tue, 17 Oct 2017 00:57:06 +0000 (09:57 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Tue, 17 Oct 2017 00:57:21 +0000 (09:57 +0900)
Change-Id: Ia0760a760770d126ddc16def92cfc2a420149fe2

src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarViews.cs
src/Tizen.Pims.Calendar/doc/api/Tizen.Pims.CalendarViews.md [new file with mode: 0644]

index f9ac9b9..a26a4f0 100644 (file)
@@ -20,17 +20,6 @@ namespace Tizen.Pims.Calendar
 {
     namespace CalendarViews
     {
-        /// <summary>
-        /// This namespace provides information about views with properties.
-        /// </summary>
-        /// <since_tizen> 4 </since_tizen>
-        /// <remarks>
-        /// s are provided to access and handle entities. A view is a structure, which has property elements.
-        /// A view is almost the same as a database "VIEW", which limits access and guarantees performance.
-        /// A "record" represents a single row of the views.
-        /// A record can have basic properties of five types: integer, string, long, double, CalendarTime.
-        /// </remarks>
-
         internal static class Property
         {
             /// data type mask 0x0FF00000
diff --git a/src/Tizen.Pims.Calendar/doc/api/Tizen.Pims.CalendarViews.md b/src/Tizen.Pims.Calendar/doc/api/Tizen.Pims.CalendarViews.md
new file mode 100644 (file)
index 0000000..708ccd9
--- /dev/null
@@ -0,0 +1,23 @@
+---
+# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+#
+# Licensed under the Apache License, Version 2.0 (the License);
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an AS IS BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+uid: Tizen.Pims.CalendarViews
+summary: This namespace provides information about views with properties.
+remarks: Views are provided to access and handle entities. A view is a structure, which has property elements.
+         A view is almost the same as a database "VIEW", which limits access and guarantees performance.
+         A "record" represents a single row of the views.
+         A record can have basic properties of five types: integer, string, long, double, CalendarTime.
+sinceTizen: 4
+---