Review account API cs files 81/143081/1
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 8 Aug 2017 10:26:38 +0000 (15:56 +0530)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 8 Aug 2017 10:26:38 +0000 (15:56 +0530)
Change-Id: I9229392138db7b04a9e15cb21ebbad0e25f474df

Tizen.Account.AccountManager/Interop/Interop.Account.cs
Tizen.Account.AccountManager/Interop/Interop.AccountProvider.cs
Tizen.Account.AccountManager/Interop/Interop.AccountService.cs
Tizen.Account.AccountManager/Interop/Interop.Libraries.cs
Tizen.Account.AccountManager/Tizen.Account.AccountManager/Account.cs
Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountEnums.cs
Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountErrorFactory.cs
Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountProvider.cs
Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs
Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountSubscriberEventArgs.cs

index 9789044..25b03e2 100644 (file)
@@ -18,13 +18,13 @@ using System;
 using System.Runtime.InteropServices;
 using Tizen.Account.AccountManager;
 /// <summary>
-/// Interop for Account class APIs
+/// Interop for Account class APIs.
 /// </summary>
 /// <since_tizen> 3 </since_tizen>
 internal static partial class Interop
 {
     /// <summary>
-    /// Interop for Account class APIs
+    /// Interop for Account class APIs.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     internal static partial class Account
index f201061..02f6314 100644 (file)
@@ -19,13 +19,13 @@ using System.Runtime.InteropServices;
 using Tizen.Account.AccountManager;
 
 /// <summary>
-/// Interop for AccountProvider class APIs
+/// Interop for AccountProvider class APIs.
 /// </summary>
 /// <since_tizen> 3 </since_tizen>
 internal static partial class Interop
 {
     /// <summary>
-    /// Interop for AccountProvider class APIs
+    /// Interop for AccountProvider class APIs.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     internal static partial class AccountProvider
index 7bb1275..581a00d 100644 (file)
@@ -18,13 +18,13 @@ using System;
 using System.Runtime.InteropServices;
 
 /// <summary>
-/// Interop for Account class APIs
+/// Interop for Account class APIs.
 /// </summary>
 /// <since_tizen> 3 </since_tizen>
 internal static partial class Interop
 {
     /// <summary>
-    /// Interop for Account class APIs
+    /// Interop for Account class APIs.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     internal static partial class AccountService
index f1530bd..dba2781 100644 (file)
  */
 
 /// <summary>
-/// Interop for Library reference
+/// Interop for the library reference.
 /// </summary>
 /// <since_tizen> 3 </since_tizen>
 internal static partial class Interop
 {
     /// <summary>
-    /// Interop for Library reference
+    /// Interop for the library reference.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     internal static partial class Libraries
index df10a15..d51bd33 100644 (file)
@@ -20,7 +20,7 @@ using System.Collections.Generic;
 namespace Tizen.Account.AccountManager
 {
     /// <summary>
-    /// Represents the Account Information.
+    /// Represents the account information.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class Account : IDisposable
@@ -36,7 +36,7 @@ namespace Tizen.Account.AccountManager
             Dispose(false);
         }
         /// <summary>
-        /// Creates a new Account instance.
+        /// Creates a new account instance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <returns>Account Instance.</returns>
@@ -56,7 +56,7 @@ namespace Tizen.Account.AccountManager
         /// Id of the Account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <remarks>Account Id shall be created only when account is added to the database.</remarks>
+        /// <remarks>Account ID shall be created only when the account is added to the database.</remarks>
         public int AccountId
         {
             get
@@ -73,10 +73,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// UserName of the Account.
+        /// UserName of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>User Name of the Account.</value>
+        /// <value>User name of the account.</value>
         public string UserName
         {
             get
@@ -102,10 +102,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Display Name of the Account.
+        /// Display name of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>DisplayName of the  Account.</value>
+        /// <value>Display name of the account.</value>
         public string DisplayName
         {
             get
@@ -131,10 +131,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Icon path of the Account.
+        /// Icon path of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Icon path of the Account.</value>
+        /// <value>Icon path of the account.</value>
         public string IconPath
         {
             get
@@ -160,10 +160,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Domain name of the Account.
+        /// Domain name of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Domain name of the Account.</value>
+        /// <value>Domain name of the account.</value>
         public string DomainName
         {
             get
@@ -189,10 +189,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Email Id of the Account.
+        /// Email ID of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Email Id of the Account.</value>
+        /// <value>Email ID of the account.</value>
         public string EmailId
         {
             get
@@ -218,10 +218,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Package Name of the Account.
+        /// Package name of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Package Name.</value>
+        /// <value>Package name of the account.</value>
         public string PackageName
         {
             get
@@ -247,10 +247,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Access Token of the Account.
+        /// Access token of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Access Token.</value>
+        /// <value>Access token of the account.</value>
         public string AccessToken
         {
             get
@@ -276,10 +276,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Authentication type of the Account.
+        /// Authentication type of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Authentication type.</value>
+        /// <value>Authentication type of the account.</value>
         public AccountAuthType AuthType
         {
             get
@@ -305,10 +305,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Secrecy State of the Account.
+        /// Secrecy state of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Secrecy State.</value>
+        /// <value>Secrecy state of the account.</value>
         public AccountSecrecyState SecrecyState
         {
             get
@@ -334,10 +334,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Sync State of the Account.
+        /// Sync state of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Sync State.</value>
+        /// <value>Sync state of the account.</value>
         public AccountSyncState SyncState
         {
             get
@@ -363,10 +363,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Source of the Account .
+        /// Source of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>Account Source.</value>
+        /// <value>Account source.</value>
         public string Source
         {
             get
@@ -407,9 +407,9 @@ namespace Tizen.Account.AccountManager
         /// Sets the account capability.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="capabilityType"> The Account capability type</param>
-        /// <param name="state">The Account capability state</param>
-        /// <exception cref="ArgumentException">In case of invalid parameters</exception>
+        /// <param name="capabilityType"> The account capability type.</param>
+        /// <param name="state">The account capability state.</param>
+        /// <exception cref="ArgumentException">In case of an invalid parameter.</exception>
         public void SetCapability(string capabilityType, CapabilityState state)
         {
             AccountError ret = (AccountError)Interop.Account.SetAccountCapability(_handle, capabilityType, (int)state);
@@ -419,12 +419,12 @@ namespace Tizen.Account.AccountManager
             }
         }
         /// <summary>
-        /// Gets all the capabilities of an account.
+        /// Gets all the capabilities of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="capabilityType"> The capability type to get the capability value.</param>
-        /// <returns>The capability value (on/off) of the specified CapabilityState .</returns>
-        /// <exception cref="ArgumentException">In case of invalid parameters</exception>
+        /// <returns>The capability value (on/off) of the specified CapabilityState.</returns>
+        /// <exception cref="ArgumentException">In case of an invalid parameter.</exception>
         public CapabilityState GetCapability(string capabilityType)
         {
             int type;
@@ -438,10 +438,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Gets all the capabilities of an account.
+        /// Gets all the capabilities of the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <returns>List of Cpabailities as Dictionary</returns>
+        /// <returns>List of capabilities as dictionary.</returns>
         public Dictionary<string, CapabilityState> GetAllCapabilities()
         {
 
@@ -463,12 +463,12 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Sets the Custom Value to the Account.
+        /// Sets the custom value to the account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="key">key to be added to the Account.</param>
-        /// <param name="value">value to be updated for respective key for the Account.</param>
-        /// <exception cref="ArgumentException">In case of invalid parameters</exception>
+        /// <param name="key">Key to be added to the account.</param>
+        /// <param name="value">Value to be updated for respective key for the account.</param>
+        /// <exception cref="ArgumentException">In case of an invalid parameter.</exception>
         public void SetCustomValue(string key, string value)
         {
             AccountError err = (AccountError)Interop.Account.SetAccountCustomValue(_handle, key, value);
@@ -482,10 +482,10 @@ namespace Tizen.Account.AccountManager
         /// Gets the user specific custom text of an account key.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="key">The key to retrieve custom text .</param>
-        /// <returns>The text of the given key</returns>
-        /// <exception cref="ArgumentException">In case of invalid parameters</exception>
-        /// <exception cref="InvalidOperationException">If there is no given capability type in the account </exception>
+        /// <param name="key">The key to retrieve custom text.</param>
+        /// <returns>The text of the given key.</returns>
+        /// <exception cref="ArgumentException">In case of an invalid parameter.</exception>
+        /// <exception cref="InvalidOperationException">If there is no given capability type in the account.</exception>
         public string GetCustomValue(string key)
         {
             string result = "";
@@ -499,10 +499,10 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Gets All the custome values.
+        /// Gets all the custom values.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <returns>List of custom key, value pairs as Dictionary.</returns>
+        /// <returns>List of custom key, value pairs as dictionary.</returns>
         public Dictionary<string, string> GetAllCustomValues()
         {
             AccountError res = AccountError.None;
@@ -528,9 +528,9 @@ namespace Tizen.Account.AccountManager
         /// Sets the user text.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="index">The index of the user text (must be in range from 0 to 4) </param>
-        /// <param name="text">The text string to set as the user text</param>
-        /// <exception cref="ArgumentException">In case of invalid parameters</exception>
+        /// <param name="index">The index of the user text (must be in range from 0 to 4).</param>
+        /// <param name="text">The text string to set as the user text.</param>
+        /// <exception cref="ArgumentException">In case of an invalid parameter.</exception>
         public void SetUserText(int index, string text)
         {
             AccountError err = (AccountError)Interop.Account.SetAccountUserText(_handle, index, text);
@@ -544,10 +544,10 @@ namespace Tizen.Account.AccountManager
         /// Gets the user text.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="index">The index of the user text (range: 0 ~ 4)</param>
-        /// <returns>The user text of the given key</returns>
-        /// <exception cref="ArgumentException">In case of invalid parameters</exception>
-        /// <exception cref="OutOfMemoryException">In case of out of memory</exception>
+        /// <param name="index">The index of the user text (must be in range from 0 to 4).</param>
+        /// <returns>The user text of the given key.</returns>
+        /// <exception cref="ArgumentException">In case of an invalid parameter.</exception>
+        /// <exception cref="OutOfMemoryException">In case of out of memory.</exception>
         public string GetUserText(int index)
         {
             string result = "";
@@ -561,12 +561,12 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Gets the user int value.
+        /// Gets the user integer value.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="index">The index of the user int (range: 0 ~ 4)</param>
-        /// <returns>The user int of the given key</returns>
-        /// <exception cref="ArgumentException">In case of invalid parameters</exception>
+        /// <param name="index">The index of the user integer (must be in range from 0 to 4).</param>
+        /// <returns>The user integer of the given key.</returns>
+        /// <exception cref="ArgumentException">In case of an invalid parameter.</exception>
         public int GetUserInt(int index)
         {
             int result = -1;
@@ -583,9 +583,9 @@ namespace Tizen.Account.AccountManager
         /// Sets the user integer value.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="index">The index of the user integer (must be in range from 0 to 4) </param>
-        /// <param name="value">The integer to set as the user integer</param>
-        /// <exception cref="ArgumentException">In case of invalid parameters</exception>
+        /// <param name="index">The index of the user integer (must be in range from 0 to 4).</param>
+        /// <param name="value">The integer to set as the user integer.</param>
+        /// <exception cref="ArgumentException">In case of an invalid parameter.</exception>
         public void SetUserInt(int index, int value)
         {
             AccountError err = (AccountError)Interop.Account.SetAccountUserInt(_handle, index, value);
@@ -596,7 +596,7 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Overloaded Dispose API for destroying the Account Handle.
+        /// Overloaded Dispose API for destroying the account handle.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public void Dispose()
index b55a458..68a7a65 100644 (file)
 namespace Tizen.Account.AccountManager
 {
     /// <summary>
-    /// Enumeration for the state of capability
+    /// Enumeration for the state of capability.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum CapabilityState
     {
         /// <summary>
-        /// Account capability is invalid
+        /// Account capability is invalid.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         InvalidState,
 
         /// <summary>
-        /// Account capability is disabled
+        /// Account capability is disabled.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Disabled,
 
         /// <summary>
-        /// Account capability is enabled
+        /// Account capability is enabled.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Enabled
@@ -47,19 +47,19 @@ namespace Tizen.Account.AccountManager
     public enum AccountSecrecyState
     {
         /// <summary>
-        /// Account secrecy is invalid
+        /// Account secrecy is invalid.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         InvalidState,
 
         /// <summary>
-        /// Account is not visible
+        /// Account is not visible.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Invisible,
 
         /// <summary>
-        /// Account is visible
+        /// Account is visible.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Visible
@@ -72,31 +72,31 @@ namespace Tizen.Account.AccountManager
     public enum AccountSyncState
     {
         /// <summary>
-        /// Account sync is invalid
+        /// Account sync is invalid.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         InvalidState,
 
         /// <summary>
-        /// Account sync not supported
+        /// Account sync not supported.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         NotSupported,
 
         /// <summary>
-        /// Account sync supported but all synchronization functionalities are off
+        /// Account sync supported, but all the synchronization functionalities are off.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Off,
 
         /// <summary>
-        /// Account sync support and sync status is idle
+        /// Account sync supported and sync status is idle.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Idle,
 
         /// <summary>
-        /// Account sync support and sync status is running
+        /// Acount sync supported and sync status is running.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Running
@@ -109,36 +109,36 @@ namespace Tizen.Account.AccountManager
     public enum AccountAuthType
     {
         /// <summary>
-        /// Auth type is invalid
+        /// Auth type is invalid.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Invalid,
 
         /// <summary>
-        /// XAuth type
+        /// XAuth type.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         XAuth,
 
         /// <summary>
-        /// OAuth type
+        /// OAuth type.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         OAuth,
 
         /// <summary>
-        /// Client-Login type
+        /// ClientLogin type.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         ClientLogin
     }
 
     /// <summary>
-    /// Account information change notification type
+    /// Account information change notification types.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     /// <remarks>
-    /// When the account database is changed, You can distinguish one event type from the other which are set for subscribing notification.
+    /// When the account database is changed, you can distinguish one event type from the other which are set for subscribing notification.
     /// </remarks>
     public enum AccountNotificationType
     {
index 48f9164..51c31dd 100644 (file)
@@ -20,7 +20,7 @@ using Tizen;
 namespace Tizen.Account.AccountManager
 {
     /// <summary>
-    /// Enum to give the type of error occured, if any.
+    /// Enumeration for the types of error occured, if any.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum AccountError
@@ -42,22 +42,22 @@ namespace Tizen.Account.AccountManager
         /// <since_tizen> 3 </since_tizen>
         OutOfMemory = Tizen.Internals.Errors.ErrorCode.OutOfMemory,
         /// <summary>
-        /// Same user name exists in your application
+        /// Same user name exists in your application.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         Duplcated = -0x01000000 | 0x01,
         /// <summary>
-        /// Empty Data
+        /// Empty data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         NoData = Tizen.Internals.Errors.ErrorCode.NoData,
         /// <summary>
-        /// elated record does not exist
+        /// Elated record does not exist.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         RecordNotFound = -0x01000000 | 0x03,
         /// <summary>
-        /// Invalid Operation.
+        /// Invalid operation.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         InvalidOperation = Tizen.Internals.Errors.ErrorCode.InvalidOperation,
@@ -72,17 +72,17 @@ namespace Tizen.Account.AccountManager
         /// <since_tizen> 3 </since_tizen>
         DBNotOpened = -0x01000000 | 0x05,
         /// <summary>
-        /// DB query syntax error
+        /// DB query syntax error.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         QuerySyntaxError = -0x01000000 | 0x06,
         /// <summary>
-        /// Iterator has reached the end
+        /// Iterator has reached the end.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         IteratorEnd = -0x01000000 | 0x07,
         /// <summary>
-        /// Notification failed
+        /// Notification failed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         NotificationFailed = -0x01000000 | 0x08,
@@ -92,12 +92,12 @@ namespace Tizen.Account.AccountManager
         /// <since_tizen> 3 </since_tizen>
         PermissionDenied = Tizen.Internals.Errors.ErrorCode.PermissionDenied,
         /// <summary>
-        /// XML parse failed
+        /// XML parse failed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         XMLParseFailed = -0x01000000 | 0x0a,
         /// <summary>
-        /// XML File not found
+        /// XML file not found.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         XMLFileNotFound = -0x01000000 | 0x0b,
@@ -107,7 +107,7 @@ namespace Tizen.Account.AccountManager
         /// <since_tizen> 3 </since_tizen>
         EventSubscriptionFailed = -0x01000000 | 0x0c,
         /// <summary>
-        /// Account provider is not registered
+        /// Account provider is not registered.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         ProviderNotRegistered = -0x01000000 | 0x0d,
@@ -117,7 +117,7 @@ namespace Tizen.Account.AccountManager
         /// <since_tizen> 3 </since_tizen>
         MultipleNotAllowed = -0x01000000 | 0x0e,
         /// <summary>
-        /// SQLite busy handler expired
+        /// SQLite busy handler expired.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         DBBusy = -0x01000000 | 0x10
index 606a286..6ad4401 100644 (file)
@@ -21,7 +21,7 @@ using Tizen.Internals.Errors;
 namespace Tizen.Account.AccountManager
 {
     /// <summary>
-    ///  Account Id.
+    /// The account ID.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class AccountProvider : IDisposable
@@ -50,7 +50,7 @@ namespace Tizen.Account.AccountManager
             }
         }
         /// <summary>
-        ///  Account Id.
+        /// The account ID.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public string AppId
@@ -69,7 +69,7 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        ///  Serviceprovider Id of the account provider.
+        /// Serviceprovider ID of the account provider.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public string ServiceProviderId
@@ -88,7 +88,7 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        ///  Icon path of an account provider.
+        /// Icon path of the account provider.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public string IconPath
@@ -107,7 +107,7 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        ///  Small icon path of an account provider.
+        /// Small icon path of the account provider.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public string SmallIconPath
@@ -126,7 +126,7 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        ///  Flag for account provider If supports multiple accounts.
+        /// Flag for the account provider if it supports multiple accounts.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public bool MultipleAccountSupport
@@ -150,9 +150,9 @@ namespace Tizen.Account.AccountManager
         /// <since_tizen> 3 </since_tizen>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
         /// <returns>
-        /// list of capability information.
+        /// The list of capability information.
         /// </returns>
-        /// <exception cref="InvalidOperationException">In case of any DB error</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public IEnumerable<string> GetAllCapabilities()
         {
@@ -174,16 +174,16 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Gets the specific label information detail of an account provider.
+        /// Gets the specific label information detail of the account provider.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="locale">
         /// The locale is specified as an ISO 3166 alpha-2 two letter country-code followed by ISO 639-1 for the two-letter language code.
         /// For example, "ko_KR" or "ko-kr" for Korean, "en_US" or "en-us" for American English.
         /// </param>
-        /// <returns>The label text given for the locale</returns>
+        /// <returns>The label text given for the locale.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given locale</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given locale.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public string GetLabel(string locale)
         {
@@ -198,16 +198,16 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Gets the specific label information detail of an account provider.
+        /// Gets the specific label information detail of the account provider.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="appId">
-        /// The application ID to search
+        /// The application ID to search.
         /// </param>
-        /// <returns> All the labels information for the given application Id.</returns>
+        /// <returns> All the labels information for the given application ID.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given appid</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given the application ID.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static Dictionary<string, string> GetLabelsByAppId(string appId)
         {
@@ -229,12 +229,12 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Gets the label information detail of an account provider.
+        /// Gets the label information detail of the account provider.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <returns> All the labels information for the given account provider.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public Dictionary<string, string> GetLabels()
         {
@@ -262,8 +262,8 @@ namespace Tizen.Account.AccountManager
         /// <param name="appId">The application ID to check.</param>
         /// <returns>returns true If App is supported </returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given appid</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for the given application ID.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public bool IsAppSupported(string appId)
         {
@@ -286,15 +286,15 @@ namespace Tizen.Account.AccountManager
         /// Checks whether the given application ID supports the capability.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="appId">The application Id</param>
-        /// <param name="capability">The capability information</param>
+        /// <param name="appId">The application ID.</param>
+        /// <param name="capability">The capability information.</param>
         /// <returns>
         /// TRUE if the application supports the given capability,
         /// otherwise FALSE if the application does not support the given capability
         /// </returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static bool IsFeatureSupportedByApp(string appId, string capability)
         {
@@ -313,14 +313,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        ///     Retrieves capability information with application ID.
+        /// Retrieves capability information with the application ID.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="appId">application Id</param>
+        /// <param name="appId">The application ID.</param>
         /// <returns> Capability information list for the given appId.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given appid</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for the given application ID.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static IEnumerable<string> GetFeaturesByAppId(string appId)
         {
index fc7cbd4..2626ed7 100644 (file)
@@ -20,16 +20,16 @@ using System.Collections.Generic;
 namespace Tizen.Account.AccountManager
 {
     /// <summary>
-    /// The AccountManager APIs is separated into two major sections:
+    /// The AccountManager APIs are separated into two major sections:
     /// 1. Registering an account provider while an application is installed. This information will be used for the Add account screen.
     /// 2. Adding an account information when an application signs in successfully to share the account information to the Tizen system. This information will be shown in the Tizen settings account menu.
     ///
     /// The APIs of both of the sections consist of the following functionality:
     /// <list>
-    /// <item> Create an account or account provider </item>
-    /// <item> Update an account or account provider(Only available for the creator) </item>
-    /// <item> Delete an account or account provider(Only available for the creator) </item>
-    /// <item> Read an account or account provider with some filter </item>
+    /// <item> Create an account or account provider.</item>
+    /// <item> Update an account or account provider (Only available for the creator).</item>
+    /// <item> Delete an account or account provider (Only available for the creator).</item>
+    /// <item> Read an account or account provider with some filter.</item>
     /// </list>
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
@@ -37,66 +37,66 @@ namespace Tizen.Account.AccountManager
     public static class AccountService
     {
         /// <summary>
-        /// This is contact capability string.
+        /// This is the contact capability string.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static readonly string ContactCapability = "http://tizen.org/account/capability/contact";
 
         /// <summary>
-        /// This is calendar capability string.
+        /// This is the calendar capability string.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static readonly string CalendarCapability = "http://tizen.org/account/capability/calendar";
 
         /// <summary>
-        /// This is email capability string.
+        /// This is the email capability string.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static readonly string EmailCapability = "http://tizen.org/account/capability/email";
 
         /// <summary>
-        /// This is photo capability string.
+        /// This is the photo capability string.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static readonly string PhotoCapability = "http://tizen.org/account/capability/photo";
 
         /// <summary>
-        /// This is video capability string.
+        /// This is the video capability string.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static readonly string VideoCapability = "http://tizen.org/account/capability/video";
 
         /// <summary>
-        /// This is music capability string.
+        /// This is the music capability string.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static readonly string MusicCapability = "http://tizen.org/account/capability/music";
 
         /// <summary>
-        /// This is document capability string.
+        /// This is the document capability string.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static readonly string DocumentCapability = "http://tizen.org/account/capability/document";
 
         /// <summary>
-        /// This is message capability string.
+        /// This is the message capability string.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static readonly string MessageCapability = "http://tizen.org/account/capability/message";
 
         /// <summary>
-        /// This is game capability string.
+        /// This is the game capability string.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static readonly string GameCapability = "http://tizen.org/account/capability/game";
 
         /// <summary>
-        /// Retrieves all accounts details from the account database.
+        /// Retrieves all the accounts details from the account database.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <returns>List of Accounts</returns>
+        /// <returns>List of accounts.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error. </exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static IEnumerable<Account> GetAccountsAsync()
         {
@@ -126,14 +126,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Retrieve an account with the account ID.
+        /// Retrieves the account with the account ID.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="accountId"> The account Id to be searched.</param>
-        /// <returns>Account instance with reference to the given id.</returns>
+        /// <param name="accountId"> The account ID to be searched.</param>
+        /// <returns>Account instance with reference to the given ID.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given account id</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given account ID.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static Account GetAccountById(int accountId)
         {
@@ -150,12 +150,12 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Retrieves all AccountProviders details from the account database.
+        /// Retrieves all the AccountProviders details from the account database.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <returns>List of AccountProviders</returns>
+        /// <returns>List of AccountProviders.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static IEnumerable<AccountProvider> GetAccountProviders()
         {
@@ -186,14 +186,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Retrieves the account provider information with application Id.
+        /// Retrieves the account provider information with the application ID.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="appId">Application Id.</param>
-        /// <returns>The AccountProvider instance associated with the given application Id.</returns>
+        /// <param name="appId">The application ID.</param>
+        /// <returns>The AccountProvider instance associated with the given application ID.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given appid</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given appid.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static AccountProvider GetAccountProviderByAppId(string appId)
         {
@@ -214,10 +214,10 @@ namespace Tizen.Account.AccountManager
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="feature">The capability value to search for account providers.</param>
-        /// <returns>Retrieves AccountProviders information with the capability name.</returns>
+        /// <returns>Retrieves the AccountProviders information with the capability name.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given feature</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given feature.</exception>
+        /// <exception cref="ArgumentException"> In case of invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static IEnumerable<AccountProvider> GetAccountProvidersByFeature(string feature)
         {
@@ -247,14 +247,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Inserts into the Database with the new account Infomration.
+        /// Inserts into the Database with the new account Information.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="account">New Account instance to be added.</param>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
         /// <privilege>http://tizen.org/privilege/account.write </privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         /// <exception cref="OutOfMemoryException"> In case of OutOfMemory error.</exception>
         public static int AddAccount(Account account)
@@ -278,11 +278,11 @@ namespace Tizen.Account.AccountManager
         /// Updates the account details to the account database.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="account">account instance to be updated.</param>
+        /// <param name="account">Account instance to be updated.</param>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
         /// <privilege>http://tizen.org/privilege/account.write </privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error </exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         /// <exception cref="OutOfMemoryException"> In case of OutOfMemory error.</exception>
         public static void UpdateAccount(Account account)
@@ -300,14 +300,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Deletes the account information from the Database.
+        /// Deletes the account information from the database.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="account">Account instance to be deleted from the database.</param>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <privilege>http://tizen.org/privilege/account.write </privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error </exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <privilege>http://tizen.org/privilege/account.write</privilege>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static void DeleteAccount(Account account)
         {
@@ -324,15 +324,15 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Deletes an account from the account database by user name.
+        /// Deletes the account from the account database by user name.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="userName">The user name of the account to delete.</param>
         /// <param name="packageName">The package name of the account to delete.</param>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <privilege>http://tizen.org/privilege/account.write </privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <privilege>http://tizen.org/privilege/account.write</privilege>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static void DeleteAccount(string userName, string packageName)
         {
@@ -344,14 +344,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Deletes an account from the account database by package name.
+        /// Deletes the account from the account database by package name.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <param name="packageName">The package name of the account to delete.</param>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <privilege>http://tizen.org/privilege/account.write </privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <privilege>http://tizen.org/privilege/account.write</privilege>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static void DeleteAccount(string packageName)
         {
@@ -364,14 +364,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Retrieves all accounts with the given user name.
+        /// Retrieves all the accounts with the given user name.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="userName">The user name to search .</param>
-        /// <returns>Accounts list matched with the user name</returns>
+        /// <param name="userName">The user name to search.</param>
+        /// <returns>Accounts list matched with the user name.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given username</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given username.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static IEnumerable<Account> GetAccountsByUserName(string userName)
         {
@@ -401,14 +401,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Retrieves all accounts with the given package name.
+        /// Retrieves all the accounts with the given package name.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="packageName"> The package name to Search</param>
-        /// <returns>Accounts list matched with the package name</returns>
+        /// <param name="packageName"> The package name to search.</param>
+        /// <returns>Accounts list matched with the package name.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given package name</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given package name.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static IEnumerable<Account> GetAccountsByPackageName(string packageName)
         {
@@ -438,14 +438,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Retrieves all accounts with the given cpability type.
+        /// Retrieves all accounts with the given capability type.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="type"> Capability type</param>
-        /// <returns>Accounts list matched with the capability type</returns>
+        /// <param name="type"> Capability type.</param>
+        /// <returns>Accounts list matched with the capability type.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given capability type</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for the given capability type.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static IEnumerable<Account> GetAccountsByCapabilityType(string type)
         {
@@ -475,14 +475,14 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// Retrieves all capabilities with the given account
+        /// Retrieves all the capabilities with the given account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="accountId">account instance</param>
-        /// <returns>Capabilities list as Dictionary of Capability type and State.</returns>
+        /// <param name="accountId">Account instance.</param>
+        /// <returns>Capabilities list as dictionary of the capability type and state.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given account id</exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error or record not found for given account ID.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static Dictionary<string, CapabilityState> GetCapabilitiesById(int accountId)
         {
@@ -506,9 +506,9 @@ namespace Tizen.Account.AccountManager
         /// Gets the count of accounts in the account database.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <returns>The number of accounts in the database</returns>
+        /// <returns>The number of accounts in the database.</returns>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error </exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static int GetAccountsCount()
         {
@@ -526,12 +526,12 @@ namespace Tizen.Account.AccountManager
         /// Updates the sync status of the given account.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <param name="account"> Account for which sync status needs to be updated</param>
+        /// <param name="account"> Account for which the sync status needs to be updated.</param>
         /// <param name="status">Sync State</param>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
         /// <privilege>http://tizen.org/privilege/account.write</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error </exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static void UpdateSyncStatusById(Account account, AccountSyncState status)
         {
@@ -557,13 +557,13 @@ namespace Tizen.Account.AccountManager
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <remarks>
-        /// ContentUpdate event is triggered if the MediaInformaion updated/deleted or new Inforamtion is Inserted.
+        /// ContentUpdate event is triggered if the MediaInformaion updated/deleted or new information is inserted.
         /// </remarks>
         /// <param name="sender"></param>
         /// <param name="e">A ContentUpdatedEventArgs object that contains information about the update operation.</param>
         /// <privilege>http://tizen.org/privilege/account.read</privilege>
-        /// <exception cref="InvalidOperationException">In case of any DB error </exception>
-        /// <exception cref="ArgumentException"> In case of invalid parameter</exception>
+        /// <exception cref="InvalidOperationException">In case of any DB error.</exception>
+        /// <exception cref="ArgumentException"> In case of an invalid parameter.</exception>
         /// <exception cref="UnauthorizedAccessException"> In case of privilege not defined.</exception>
         public static event EventHandler<AccountSubscriberEventArgs> AccountUpdated
         {
index 153c427..2df2399 100644 (file)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Account.AccountManager
 {
     /// <summary>
-    /// Event arguments passed when Event is triggered to notify that account is updated/removed from the account database.
+    /// Event arguments passed when the event is triggered to notify that the account is updated/removed from the account database.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class AccountSubscriberEventArgs : EventArgs
@@ -51,7 +51,7 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// The account event type
+        /// The account event type.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public AccountNotificationType EventType
@@ -61,7 +61,7 @@ namespace Tizen.Account.AccountManager
         }
 
         /// <summary>
-        /// The account ID to update
+        /// The account ID to update.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public int AccountId