C# Class Kona.Model.Category

Afficher le fichier Open project: BenHall/Kona

Méthodes publiques

Méthode Description
Category ( ) : System.Collections.Generic
Category ( string name ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Category() public méthode

public Category ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Category() public méthode

public Category ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string