Method to check whether object should be saved. This doesn't check whether the object is dirty; it only checks whether the XML content is worth saving.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public virtual bool ShouldBePersisted()
Visual Basic (Declaration)
Public Overridable Function ShouldBePersisted As Boolean
Visual C++
public:

virtual bool ShouldBePersisted()

See Also