C# 클래스 Google.GData.ContentForShopping.Elements.Datapoint

상속: Google.GData.Extensions.SimpleElement
파일 보기 프로젝트 열기: moljac/MonoMobile.Google.GData

공개 메소드들

메소드 설명
Datapoint ( ) : System

default constructor for sc:datapoint

Datapoint ( string date, string clicks ) : System

Constructs a new Datapoint instance with the specified values.

메소드 상세

Datapoint() 공개 메소드

default constructor for sc:datapoint
public Datapoint ( ) : System
리턴 System

Datapoint() 공개 메소드

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