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

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
InvalidSample ( string errorMessage ) : System
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

InvalidSample() public method

public InvalidSample ( string errorMessage ) : System
errorMessage string
return System

ToString() public method

public ToString ( ) : string
return string