C# Class PetStore.Model.Category

Inheritance: Castle.ActiveRecord.ActiveRecordBase
Exibir arquivo Open project: nats/castle-1.0.3-mono

Private Properties

Property Type Description

Public Methods

Method 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 method

public static Find ( int id ) : Category
id int
return Category

FindAll() public static method

public static FindAll ( ) : PetStore.Model.Category[]
return PetStore.Model.Category[]

ToString() public method

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