C# Class PetStore.Model.Category

Inheritance: Castle.ActiveRecord.ActiveRecordBase
Afficher le fichier Open project: nats/castle-1.0.3-mono

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Find ( int id ) : Category
FindAll ( ) : PetStore.Model.Category[]
ToString ( ) : string

We have overrided the implementation of ToString only because this class in being used on the ActiveRecord Scaffolding

Method Details

Find() public static méthode

public static Find ( int id ) : Category
id int
Résultat Category

FindAll() public static méthode

public static FindAll ( ) : PetStore.Model.Category[]
Résultat PetStore.Model.Category[]

ToString() public méthode

We have overrided the implementation of ToString only because this class in being used on the ActiveRecord Scaffolding
public ToString ( ) : string
Résultat string