[Calendar] fix Validator issues 40/145540/2
authorJeesun Kim <iamjs.kim@samsung.com>
Wed, 23 Aug 2017 01:16:05 +0000 (10:16 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Wed, 23 Aug 2017 02:01:12 +0000 (11:01 +0900)
commit29bbe8004646d6d4d6602185845cd1b3d781ccc0
tree38c2093d225de5ee548a114703868508301acf30
parent26e8e101de6555ba7992a418d977129964a3b88a
[Calendar] fix Validator issues

Change-Id: I09064b41dcd8f82a276dfa9869faf5502f8b2dd9
21 files changed:
src/Tizen.Pims.Calendar/Interop/Interop.Database.cs [moved from src/Tizen.Pims.Calendar/Interop/Interop.Calendar.Database.cs with 57% similarity]
src/Tizen.Pims.Calendar/Interop/Interop.Filter.cs [moved from src/Tizen.Pims.Calendar/Interop/Interop.Calendar.Filter.cs with 62% similarity]
src/Tizen.Pims.Calendar/Interop/Interop.Libraries.cs [moved from src/Tizen.Pims.Calendar/Interop/Interop.Calendar.Libraries.cs with 100% similarity]
src/Tizen.Pims.Calendar/Interop/Interop.List.cs [moved from src/Tizen.Pims.Calendar/Interop/Interop.Calendar.List.cs with 61% similarity]
src/Tizen.Pims.Calendar/Interop/Interop.Query.cs [moved from src/Tizen.Pims.Calendar/Interop/Interop.Calendar.Query.cs with 67% similarity]
src/Tizen.Pims.Calendar/Interop/Interop.Record.cs [moved from src/Tizen.Pims.Calendar/Interop/Interop.Calendar.Record.cs with 57% similarity]
src/Tizen.Pims.Calendar/Interop/Interop.Reminder.cs [moved from src/Tizen.Pims.Calendar/Interop/Interop.Calendar.Reminder.cs with 74% similarity]
src/Tizen.Pims.Calendar/Interop/Interop.Service.cs [moved from src/Tizen.Pims.Calendar/Interop/Interop.Calendar.Service.cs with 64% similarity]
src/Tizen.Pims.Calendar/Interop/Interop.Vcalendar.cs [moved from src/Tizen.Pims.Calendar/Interop/Interop.Calendar.Vcalendar.cs with 69% similarity]
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarDatabase.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarErrorFactory.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarFilter.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarList.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarManager.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarQuery.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarRecord.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarReminder.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarStructs.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarTypes.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarVcalendar.cs
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarViews.cs