C# Class AW.Webapi.Sample.Areas.HelpPage.ImageSample

This represents an image sample on the help page. There's a display template named ImageSample associated with this class.
Show file Open project: xBoo/AlipayandWepay-NET-SDK

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ImageSample ( string src ) : System

Initializes a new instance of the ImageSample class.

ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ImageSample() public method

Initializes a new instance of the ImageSample class.
public ImageSample ( string src ) : System
src string The URL of an image.
return System

ToString() public method

public ToString ( ) : string
return string