From 5fa5718a930d8d558a0cc0e0c9637e645926ca73 Mon Sep 17 00:00:00 2001 From: hsgwon Date: Wed, 24 Jul 2019 13:56:27 +0900 Subject: [PATCH] [MediaContent] Fix grammatical error in description (#943) --- .../Tizen.Content.MediaContent/AlbumCommand.cs | 20 +++---- .../Tizen.Content.MediaContent/BookmarkCommand.cs | 18 +++---- .../Tizen.Content.MediaContent/FaceInfoCommand.cs | 24 ++++----- .../Tizen.Content.MediaContent/FolderCommand.cs | 20 +++---- .../Tizen.Content.MediaContent/MediaCommand.cs | 2 +- .../Tizen.Content.MediaContent/MediaDatabase.cs | 18 +++---- .../Tizen.Content.MediaContent/MediaInfoCommand.cs | 62 +++++++++++----------- .../Tizen.Content.MediaContent/PlaylistCommand.cs | 48 ++++++++--------- .../Tizen.Content.MediaContent/StorageCommand.cs | 20 +++---- .../Tizen.Content.MediaContent/TagCommand.cs | 34 ++++++------ 10 files changed, 133 insertions(+), 133 deletions(-) diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/AlbumCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/AlbumCommand.cs index 4a857a2..ee55c65 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/AlbumCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/AlbumCommand.cs @@ -30,7 +30,7 @@ namespace Tizen.Content.MediaContent /// /// The that the commands run on. /// is null. - /// has already been disposed of. + /// has already been disposed. /// 4 public AlbumCommand(MediaDatabase database) : base(database) { @@ -41,7 +41,7 @@ namespace Tizen.Content.MediaContent /// /// The number of albums. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count() @@ -55,7 +55,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of albums. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count(CountArguments arguments) @@ -70,7 +70,7 @@ namespace Tizen.Content.MediaContent /// /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select() @@ -84,7 +84,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select(SelectArguments filter) @@ -100,7 +100,7 @@ namespace Tizen.Content.MediaContent /// The ID of the album to query with. /// The if exists, otherwise null. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// is equal to or less than zero. /// An error occurred while executing the command. /// 4 @@ -133,7 +133,7 @@ namespace Tizen.Content.MediaContent /// The ID of the album to query with. /// The number of media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// is equal to or less than zero. /// An error occurred while executing the command. /// 4 @@ -149,7 +149,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// is equal to or less than zero. /// An error occurred while executing the command. /// 4 @@ -172,7 +172,7 @@ namespace Tizen.Content.MediaContent /// The ID of the album to select media. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader SelectMember(int albumId) @@ -187,7 +187,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader SelectMember(int albumId, SelectArguments filter) diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/BookmarkCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/BookmarkCommand.cs index fd77a4c..7037acc 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/BookmarkCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/BookmarkCommand.cs @@ -30,7 +30,7 @@ namespace Tizen.Content.MediaContent /// /// The that the commands run on. /// is null. - /// has already been disposed of. + /// has already been disposed. /// 4 public BookmarkCommand(MediaDatabase database) : base(database) { @@ -41,7 +41,7 @@ namespace Tizen.Content.MediaContent /// /// The number of bookmarks. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count() @@ -55,7 +55,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of bookmarks. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count(CountArguments arguments) @@ -73,7 +73,7 @@ namespace Tizen.Content.MediaContent /// The time offset in milliseconds. /// The instance that contains the record information inserted. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -93,7 +93,7 @@ namespace Tizen.Content.MediaContent /// The name of the bookmark. This value can be null. /// The instance that contains the record information inserted. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -117,7 +117,7 @@ namespace Tizen.Content.MediaContent /// The thumbnail path of the bookmark. This value can be null. /// The instance that contains the record information inserted. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -158,7 +158,7 @@ namespace Tizen.Content.MediaContent /// The bookmark ID to delete. /// true if the matched record was found and deleted, otherwise false. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than zero. /// The caller has no required privilege. @@ -189,7 +189,7 @@ namespace Tizen.Content.MediaContent /// /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select() @@ -203,7 +203,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select(SelectArguments filter) diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FaceInfoCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FaceInfoCommand.cs index 63c3b50..05b8e84 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FaceInfoCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FaceInfoCommand.cs @@ -30,7 +30,7 @@ namespace Tizen.Content.MediaContent /// /// The that the commands run on. /// is null. - /// has already been disposed of. + /// has already been disposed. /// 4 public FaceInfoCommand(MediaDatabase database) : base(database) { @@ -43,7 +43,7 @@ namespace Tizen.Content.MediaContent /// The face information ID to delete. /// true if the matched record was found and deleted, otherwise false. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -71,7 +71,7 @@ namespace Tizen.Content.MediaContent /// /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select() @@ -85,7 +85,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select(SelectArguments filter) @@ -103,7 +103,7 @@ namespace Tizen.Content.MediaContent /// The tag value for update. /// true if the matched record was found and updated, otherwise false. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -142,15 +142,15 @@ namespace Tizen.Content.MediaContent } /// - /// Inserts a new face information to the database with the specified media ID, area, orientation. + /// Inserts new face information to the database with the specified media ID, area, orientation. /// /// http://tizen.org/privilege/content.write - /// The media ID to be associated with. + /// The media ID to be associated with the face. /// The region of face in the media. - /// The orientation of specified media. + /// The orientation of the specified media. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// @@ -166,16 +166,16 @@ namespace Tizen.Content.MediaContent } /// - /// Inserts a new face information to the database with the specified media ID, area, orientation, and tag. + /// Inserts new face information to the database with the specified media ID, area, orientation, and tag. /// /// http://tizen.org/privilege/content.write - /// The media ID to be associated with. + /// The media ID to be associated with the face. /// The region of face in the media. /// The orientation of specified media. /// The tag value. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FolderCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FolderCommand.cs index 31712ec..260f0dc 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FolderCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FolderCommand.cs @@ -29,7 +29,7 @@ namespace Tizen.Content.MediaContent /// /// The that the commands run on. /// is null. - /// has already been disposed of. + /// has already been disposed. /// 4 public FolderCommand(MediaDatabase database) : base(database) { @@ -40,7 +40,7 @@ namespace Tizen.Content.MediaContent /// /// The number of folders. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count() @@ -54,7 +54,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of folders. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count(CountArguments arguments) @@ -69,7 +69,7 @@ namespace Tizen.Content.MediaContent /// /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select() @@ -83,7 +83,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select(SelectArguments arguments) @@ -99,7 +99,7 @@ namespace Tizen.Content.MediaContent /// The folder ID to query with. /// The instance if the matched record was found in the database, otherwise null. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -133,7 +133,7 @@ namespace Tizen.Content.MediaContent /// The ID of the folder to count media in the folder. /// The number of media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -150,7 +150,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -170,7 +170,7 @@ namespace Tizen.Content.MediaContent /// The ID of the folder to select media in the folder. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -187,7 +187,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaCommand.cs index 1ca4d37..c5cb757 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaCommand.cs @@ -30,7 +30,7 @@ namespace Tizen.Content.MediaContent /// /// The that the commands run on. /// is null. - /// has already been disposed of. + /// has already been disposed. /// 4 protected MediaCommand(MediaDatabase database) { diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs index 67feaf6..b0e6925 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaDatabase.cs @@ -41,7 +41,7 @@ namespace Tizen.Content.MediaContent /// Connects to the database. /// /// The database is already connected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while connecting. /// 4 public void Connect() @@ -65,7 +65,7 @@ namespace Tizen.Content.MediaContent /// Disconnects from the media database. /// /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while connecting. /// 4 public void Disconnect() @@ -216,7 +216,7 @@ namespace Tizen.Content.MediaContent /// http://tizen.org/privilege/mediastorage /// http://tizen.org/privilege/externalstorage /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// is null. /// /// is a zero-length string, contains only white space.
@@ -251,7 +251,7 @@ namespace Tizen.Content.MediaContent /// Folders that contains a file named ".scan_ignore" will not be scanned. /// A task that represents the asynchronous scan operation. /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// The caller has no required privilege. /// is null. /// @@ -282,7 +282,7 @@ namespace Tizen.Content.MediaContent /// Folders that contains a file named ".scan_ignore" will not be scanned. /// A task that represents the asynchronous scan operation. /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// The caller has no required privilege. /// is null. /// @@ -313,7 +313,7 @@ namespace Tizen.Content.MediaContent /// Folders that contains a file named ".scan_ignore" will not be scanned. /// A task that represents the asynchronous scan operation. /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// The caller has no required privilege. /// is null. /// @@ -345,7 +345,7 @@ namespace Tizen.Content.MediaContent /// Folders that contains a file named ".scan_ignore" will not be scanned. /// A task that represents the asynchronous scan operation. /// The database is not connected. - /// The has already been disposed of. + /// The has already been disposed. /// The caller has no required privilege. /// is null. /// @@ -478,9 +478,9 @@ namespace Tizen.Content.MediaContent } /// - /// Gets the value indicating whether the database has been disposed of. + /// Gets the value indicating whether the database has been disposed. /// - /// true if the database has been disposed of; otherwise, false. + /// true if the database has been disposed; otherwise, false. /// 4 public bool IsDisposed => _disposed; #endregion diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs index 00a212e..38f7d93 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs @@ -35,7 +35,7 @@ namespace Tizen.Content.MediaContent /// /// The that the commands run on. /// is null. - /// has already been disposed of. + /// has already been disposed. /// 4 public MediaInfoCommand(MediaDatabase database) : base(database) { @@ -47,7 +47,7 @@ namespace Tizen.Content.MediaContent /// The media ID to count the bookmarks added to the media. /// The number of the bookmarks. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -64,7 +64,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of the bookmarks. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -84,7 +84,7 @@ namespace Tizen.Content.MediaContent /// The media ID to select the bookmarks added to the media. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -101,7 +101,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -122,7 +122,7 @@ namespace Tizen.Content.MediaContent /// The media ID to count face information added to the media. /// The number of the face information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -139,7 +139,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of the face information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -159,7 +159,7 @@ namespace Tizen.Content.MediaContent /// The media ID to select face information added to the media. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -176,7 +176,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -197,7 +197,7 @@ namespace Tizen.Content.MediaContent /// The number of tags. /// The media ID to count tags added to the media. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -214,7 +214,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of tags. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -234,7 +234,7 @@ namespace Tizen.Content.MediaContent /// The media ID to select tags added to the media. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -251,7 +251,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -271,7 +271,7 @@ namespace Tizen.Content.MediaContent /// /// The number of the media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int CountMedia() @@ -285,7 +285,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int CountMedia(CountArguments arguments) @@ -301,7 +301,7 @@ namespace Tizen.Content.MediaContent /// The media ID to retrieve. /// The instance if the matched record was found in the database, otherwise null. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -331,7 +331,7 @@ namespace Tizen.Content.MediaContent /// The column key. /// The number of groups. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is invalid. /// 4 @@ -347,7 +347,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of groups. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is invalid. /// 4 @@ -370,7 +370,7 @@ namespace Tizen.Content.MediaContent /// The column key. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is invalid. /// 4 @@ -386,7 +386,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is invalid. /// 4 @@ -416,7 +416,7 @@ namespace Tizen.Content.MediaContent /// /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader SelectMedia() @@ -430,7 +430,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader SelectMedia(SelectArguments arguments) @@ -487,7 +487,7 @@ namespace Tizen.Content.MediaContent /// -or-
/// The file related with the in DB still exists in file system. (Since API level 6) ///
- /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -543,7 +543,7 @@ namespace Tizen.Content.MediaContent /// http://tizen.org/privilege/mediastorage /// http://tizen.org/privilege/externalstorage /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// @@ -636,7 +636,7 @@ namespace Tizen.Content.MediaContent /// The paths of the media files to add. /// A task that represents the asynchronous add operation. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// @@ -687,7 +687,7 @@ namespace Tizen.Content.MediaContent /// The value indicating whether the media is favorite. /// true if the matched record was found and updated, otherwise false. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -741,7 +741,7 @@ namespace Tizen.Content.MediaContent /// If you want to access external storage, you should add privilege http://tizen.org/privilege/externalstorage. /// /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// /// is null.
@@ -812,7 +812,7 @@ namespace Tizen.Content.MediaContent /// -or-
/// An internal error occurred while executing. ///
- /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// does not exist in the database. @@ -844,7 +844,7 @@ namespace Tizen.Content.MediaContent /// -or-
/// An internal error occurred while executing. ///
- /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// does not exist in the database. @@ -957,7 +957,7 @@ namespace Tizen.Content.MediaContent /// -or-
/// An internal error occurred while executing. ///
- /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// does not exist in the database. @@ -992,7 +992,7 @@ namespace Tizen.Content.MediaContent /// -or-
/// An internal error occurred while executing. ///
- /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// does not exist in the database. diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlaylistCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlaylistCommand.cs index 2ca384d..226534d 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlaylistCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/PlaylistCommand.cs @@ -33,7 +33,7 @@ namespace Tizen.Content.MediaContent /// /// A that the commands run on. /// is null. - /// has already been disposed of. + /// has already been disposed. /// 4 public PlaylistCommand(MediaDatabase database) : base(database) { @@ -44,7 +44,7 @@ namespace Tizen.Content.MediaContent /// /// The number of playlists. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count() @@ -58,7 +58,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of playlists. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count(CountArguments arguments) @@ -75,7 +75,7 @@ namespace Tizen.Content.MediaContent /// The member ID of the playlist. /// The order of the member in the playlist. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// /// is less than or equal to zero.
@@ -111,7 +111,7 @@ namespace Tizen.Content.MediaContent /// The playlist ID to delete. /// true if the matched record was found and deleted, otherwise false. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// The caller has no required privilege. @@ -149,7 +149,7 @@ namespace Tizen.Content.MediaContent /// The path to a M3U file to import. /// The instance that contains the record information inserted. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// /// is null.
@@ -214,7 +214,7 @@ namespace Tizen.Content.MediaContent /// The playlist ID to export. /// The path to a M3U file. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -262,7 +262,7 @@ namespace Tizen.Content.MediaContent /// The name of the playlist. /// The instance that contains the record information inserted. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string. @@ -281,7 +281,7 @@ namespace Tizen.Content.MediaContent /// The path of the thumbnail for the playlist. This value can be null. /// The instance that contains the record information inserted. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string. @@ -330,7 +330,7 @@ namespace Tizen.Content.MediaContent /// /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select() @@ -344,7 +344,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select(SelectArguments filter) @@ -361,7 +361,7 @@ namespace Tizen.Content.MediaContent /// The playlist ID to select. /// The instance if the matched record was found in the database, otherwise null. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -403,7 +403,7 @@ namespace Tizen.Content.MediaContent /// The playlist ID to count media added to the playlist. /// The number of media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -419,7 +419,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -475,7 +475,7 @@ namespace Tizen.Content.MediaContent /// The media ID. /// The member ID if the member was found in the playlist, otherwise -1. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// is null. @@ -508,7 +508,7 @@ namespace Tizen.Content.MediaContent /// The playlist ID to query with. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -524,7 +524,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -550,7 +550,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// Only values set in the are updated. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is less than or equal to zero. @@ -611,7 +611,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The invalid media ID will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -632,7 +632,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The invalid media IDs will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// @@ -710,7 +710,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The invalid ID will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// /// is less than or equal to zero.
@@ -737,7 +737,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The invalid IDs will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// @@ -809,7 +809,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The that is invalid will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is less than or equal to zero. @@ -831,7 +831,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The that is invalid will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/StorageCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/StorageCommand.cs index b526226..5653731 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/StorageCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/StorageCommand.cs @@ -34,7 +34,7 @@ namespace Tizen.Content.MediaContent /// /// The that the commands run on. /// is null. - /// has already been disposed of. + /// has already been disposed. /// 4 [Obsolete("Please do not use! this will be deprecated in level 6")] public StorageCommand(MediaDatabase database) : base(database) @@ -46,7 +46,7 @@ namespace Tizen.Content.MediaContent /// /// The number of storages. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 [Obsolete("Please do not use! this will be deprecated in level 6")] @@ -58,7 +58,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of storages filtered. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 [Obsolete("Please do not use! this will be deprecated in level 6")] @@ -75,7 +75,7 @@ namespace Tizen.Content.MediaContent /// The storage ID to select. /// The instance if the matched record was found in the database, otherwise null. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -114,7 +114,7 @@ namespace Tizen.Content.MediaContent /// /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 [Obsolete("Please do not use! this will be deprecated in level 6")] @@ -126,7 +126,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 [Obsolete("Please do not use! this will be deprecated in level 6")] @@ -152,7 +152,7 @@ namespace Tizen.Content.MediaContent /// The storage ID. /// The number of media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -167,7 +167,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -189,7 +189,7 @@ namespace Tizen.Content.MediaContent /// The storage ID. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -204,7 +204,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/TagCommand.cs b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/TagCommand.cs index 6cb6b7d..25ebe80 100644 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/TagCommand.cs +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/TagCommand.cs @@ -32,7 +32,7 @@ namespace Tizen.Content.MediaContent /// /// The that the commands run on. /// is null. - /// has already been disposed of. + /// has already been disposed. /// 4 public TagCommand(MediaDatabase database) : base(database) { @@ -43,7 +43,7 @@ namespace Tizen.Content.MediaContent /// /// The number of tags. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count() @@ -57,7 +57,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of tags filtered. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public int Count(CountArguments arguments) @@ -75,7 +75,7 @@ namespace Tizen.Content.MediaContent /// The tag ID to delete. /// true if the matched record was found and deleted, otherwise false. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// The caller has no required privilege. @@ -107,7 +107,7 @@ namespace Tizen.Content.MediaContent /// The name of tag. /// The instance that contains the record information inserted. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// The caller has no required privilege. @@ -146,7 +146,7 @@ namespace Tizen.Content.MediaContent /// The new name. /// true if the matched record was found and updated, otherwise false. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is less than or equal to zero. @@ -193,7 +193,7 @@ namespace Tizen.Content.MediaContent /// The tag ID to select. /// The instance if the matched record was found in the database, otherwise null. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -235,7 +235,7 @@ namespace Tizen.Content.MediaContent /// /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select() @@ -249,7 +249,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// 4 public MediaDataReader Select(SelectArguments arguments) @@ -265,7 +265,7 @@ namespace Tizen.Content.MediaContent /// The tag ID. /// The number of the media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -281,7 +281,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The number of the media information. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -304,7 +304,7 @@ namespace Tizen.Content.MediaContent /// The tag ID. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -320,7 +320,7 @@ namespace Tizen.Content.MediaContent /// The criteria to use to filter. This value can be null. /// The containing the results. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is less than or equal to zero. /// 4 @@ -403,7 +403,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The invalid media ID will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -424,7 +424,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The invalid media IDs will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// @@ -449,7 +449,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The invalid media ID will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// is a zero-length string, contains only white space. @@ -470,7 +470,7 @@ namespace Tizen.Content.MediaContent /// true if the matched record was found and updated, otherwise false. /// The invalid IDs will be ignored. /// The is disconnected. - /// The has already been disposed of. + /// The has already been disposed. /// An error occurred while executing the command. /// is null. /// -- 2.7.4