A Google Base entry. Google Base entries in the items and snippets feed will contain tags in the g: namespace that can be accessed using GBaseAttributes. Entries in the attributes feed will contain AttributeHistogram objects instead. Entries in the item type feed will contain ItemTypeDefinition objects instead.

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

Syntax

C#
public class GBaseEntry : AtomEntry
Visual Basic (Declaration)
Public Class GBaseEntry _

	Inherits AtomEntry
Visual C++
public ref class GBaseEntry : public AtomEntry

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.AtomBase
    Google.GData.Client..::.AtomEntry
      Google.GData.GoogleBase..::.GBaseEntry

See Also