namespace Tizen.Pims.Contacts
{
- /// <summary>
- /// This namespace provides information about views with properties.
- /// </summary>
- /// <remarks>
- /// Views are provided to access and handle entities. A view is a structure, which has property elements.
- /// A view is almost the same as a database "VIEW", which limits access and guarantees performance.
- /// A "record" represents a single row of the views.
- /// A record can have basic properties of five types: integer, string, boolean, long, double.
- /// </remarks>
- /// <since_tizen> 4 </since_tizen>
namespace ContactsViews
{
+ /// <summary>
+ /// This namespace provides information about views with properties.
+ /// </summary>
+ /// <remarks>
+ /// Views are provided to access and handle entities. A view is a structure, which has property elements.
+ /// A view is almost the same as a database "VIEW", which limits access and guarantees performance.
+ /// A "record" represents a single row of the views.
+ /// A record can have basic properties of five types: integer, string, boolean, long, double.
+ /// </remarks>
+ /// <since_tizen> 4 </since_tizen>
+
internal static class Property
{
private const uint AddressBook = 0x00100000;
* limitations under the License.
*/
-/// <summary>
-/// The Tizen.Pims.Contacts namespace provides classes for managing contact information for people.
-/// </summary>
-/// <remarks>
-/// The Tizen.Pims.Contacts namespace provides classes for managing contact information for people.
-/// </remarks>
-/// <since_tizen> 4 </since_tizen>
-namespace Tizen.Pims.Contacts {}
+namespace Tizen.Pims.Contacts
+{
+ /// <summary>
+ /// The Tizen.Pims.Contacts namespace provides classes for managing contact information for people.
+ /// </summary>
+ /// <remarks>
+ /// The Tizen.Pims.Contacts namespace provides classes for managing contact information for people.
+ /// </remarks>
+ /// <since_tizen> 4 </since_tizen>
+}
\ No newline at end of file