C# Class ServiceStack.Redis.Tests.Generic.Answer

Afficher le fichier Open project: ServiceStack/ServiceStack.Redis Class Usage Examples

Méthodes publiques

Méthode Description
Create ( long id, long questionId ) : Answer
Equals ( Answer other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Create() public static méthode

public static Create ( long id, long questionId ) : Answer
id long
questionId long
Résultat Answer

Equals() public méthode

public Equals ( Answer other ) : bool
other Answer
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int