Xamarin.Forms.SavableObject 1.0.1

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.3 or higher.

dotnet add package Xamarin.Forms.SavableObject --version 1.0.1
NuGet\Install-Package Xamarin.Forms.SavableObject -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Forms.SavableObject" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.SavableObject --version 1.0.1
#r "nuget: Xamarin.Forms.SavableObject, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Forms.SavableObject as a Cake Addin
#addin nuget:?package=Xamarin.Forms.SavableObject&version=1.0.1

// Install Xamarin.Forms.SavableObject as a Cake Tool
#tool nuget:?package=Xamarin.Forms.SavableObject&version=1.0.1

Allow save data without any SQL like SQLite. Just Inherit from SavableObject and use Save(), Load() Methods

Just Inherit from SavableObject and use Save() Load() Methods to save and load your data. You can keep your SavableObject as a Static variable or Property to reach from anywhere of your application.

  You can review the sample project from this link:
  https://github.com/enisn/TestAppSavableObject
  
  class UserInfo : SavableObject
  {
  public string Name { get; set;}
  [IgnoreSave]
  public byte Age{ get; set;}

  ~UserInfo()
  {
  Save();
  }
  }
Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 0.0

  • .NETPlatform 5.0

  • MonoAndroid 0.0

  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

  • UAP 0.0

    • No dependencies.
  • Windows 0.0

    • No dependencies.
  • WindowsPhone 0.0

    • No dependencies.
  • WindowsPhoneApp 0.0

    • No dependencies.
  • Xamarin.iOS 1.0

  • Xamarin.Mac 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.1 8,546 4/24/2019
1.4.0 1,549 4/24/2019
1.3.1 1,606 4/23/2019
1.3.0 3,077 5/2/2018
1.2.3 1,972 3/14/2018
1.2.2 1,917 3/10/2018
1.2.1 1,866 3/8/2018
1.2.0 1,847 3/6/2018
1.1.1 1,945 12/30/2017
1.1.0 1,953 12/29/2017
1.0.2 1,954 12/28/2017
1.0.1 2,506 12/28/2017
1.0.0 2,029 12/28/2017