C# Class Kona.Model.Category

Exibir arquivo Open project: BenHall/Kona

Public Methods

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

Method Details

Category() public method

public Category ( ) : System.Collections.Generic
return System.Collections.Generic

Category() public method

public Category ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string