Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Find ( int id ) : |
||
FindAll ( ) : PetStore.Model.Category[] | ||
ToString ( ) : string |
We have overrided the implementation of ToString only because this class in being used on the ActiveRecord Scaffolding
|
public static Find ( int id ) : |
||
id | int | |
Результат |
public static FindAll ( ) : PetStore.Model.Category[] | ||
Результат | PetStore.Model.Category[] |