C# Class Google.GData.ContentForShopping.Elements.Datapoint

Inheritance: Google.GData.Extensions.SimpleElement
Afficher le fichier Open project: moljac/MonoMobile.Google.GData

Méthodes publiques

Méthode Description
Datapoint ( ) : System

default constructor for sc:datapoint

Datapoint ( string date, string clicks ) : System

Constructs a new Datapoint instance with the specified values.

Method Details

Datapoint() public méthode

default constructor for sc:datapoint
public Datapoint ( ) : System
Résultat System

Datapoint() public méthode

Constructs a new Datapoint instance with the specified values.
public Datapoint ( string date, string clicks ) : System
date string The datapoint's date.
clicks string
Résultat System