figures out if this object should be persisted

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

Syntax

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

virtual bool ShouldBePersisted() override

Return Value

true, if it's worth saving

See Also