C# Class JwtWebApi.Areas.HelpPage.InvalidSample

This represents an invalid sample on the help page. There's a display template named InvalidSample associated with this class.
Afficher le fichier Open project: stewartm83/Jwt-WebApi

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
InvalidSample ( string errorMessage ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InvalidSample() public méthode

public InvalidSample ( string errorMessage ) : System
errorMessage string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string