From: Myungki Lee Date: Mon, 11 Sep 2017 09:39:42 +0000 (+0900) Subject: [Shortcut] Delete default value of string X-Git-Tag: preview1-00185~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc4cf8f0118cf541cf972cbc30ff8bb5b40819b6;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Shortcut] Delete default value of string Change-Id: I8c27cbcf75d2dfa017a7132bd9a028dbd2a9b01f Signed-off-by: Myungki Lee --- diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs index d421fd383..91038a1ab 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs @@ -24,11 +24,11 @@ namespace Tizen.Applications.Shortcut /// /// Gets the name of application. /// - public string AppId { get; internal set; } = string.Empty; + public string AppId { get; internal set; } /// /// Gets the specific information for creating a new shortcut. /// - public string Uri { get; internal set; } = string.Empty; + public string Uri { get; internal set; } } } \ No newline at end of file diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs index 9a0756a84..889e3cb09 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs @@ -24,12 +24,12 @@ namespace Tizen.Applications.Shortcut /// /// Gets the name of the created shortcut icon. /// - public string ShortcutName { get; internal set; } = string.Empty; + public string ShortcutName { get; internal set; } /// /// Gets the absolute path of an icon file for this shortcut. /// - public string IconPath { get; internal set; } = string.Empty; + public string IconPath { get; internal set; } /// /// Gets a value indicating whether to allow or not to allow duplication. diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs index 6164dcb82..73786f9eb 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs @@ -24,11 +24,11 @@ namespace Tizen.Applications.Shortcut /// /// Gets the name of package. /// - public string AppId { get; internal set; } = string.Empty; + public string AppId { get; internal set; } /// /// Gets the name of the created shortcut icon. /// - public string ShortcutName { get; internal set; } = string.Empty; + public string ShortcutName { get; internal set; } } } \ No newline at end of file diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs index 73b8167ab..05fcb9911 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs @@ -24,26 +24,26 @@ namespace Tizen.Applications.Shortcut /// /// Gets the Application ID. /// - public string AppId { get; internal set; } = string.Empty; + public string AppId { get; internal set; } /// /// Gets the name of the created shortcut icon. /// - public string ShortcutName { get; internal set; } = string.Empty; + public string ShortcutName { get; internal set; } /// /// Gets the absolute path of an icon file for this shortcut. /// - public string IconPath { get; internal set; } = string.Empty; + public string IconPath { get; internal set; } /// /// Gets the user data. A property of shortcut element in manifest file. /// - public string ExtraKey { get; internal set; } = string.Empty; + public string ExtraKey { get; internal set; } /// /// Gets the user data. A property of shortcut element in manifest file. /// - public string ExtraData { get; internal set; } = string.Empty; + public string ExtraData { get; internal set; } } } \ No newline at end of file diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs index b0b5a6c98..eed1e4f52 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs @@ -24,7 +24,7 @@ namespace Tizen.Applications.Shortcut /// /// Gets the Widget ID. /// - public string WidgetId { get; internal set; } = string.Empty; + public string WidgetId { get; internal set; } /// /// Gets the size of widget.