C# Class GaDotNet.Common.Data.GooglePageView

Mostra file Open project: noahsw/highlight-hunter Class Usage Examples

Public Methods

Method Description
GooglePageView ( string pageTitle, string domainName, string url ) : System

Initializes a new instance of the GooglePageView class.

Validate ( ) : void

Validates this instance.

Method Details

GooglePageView() public method

Initializes a new instance of the GooglePageView class.
public GooglePageView ( string pageTitle, string domainName, string url ) : System
pageTitle string The page title. (required)
domainName string domain hostname ie www.yourdomain.com (required)
url string The URL. (required)
return System

Validate() public method

Validates this instance.
public Validate ( ) : void
return void