C# Class GettingStartedSample.Models.Supplier

Inheritance: Castle.ActiveRecord.ActiveRecordBase
Show file Open project: nats/castle-1.0.3-mono

Private Properties

Property Type Description

Public Methods

Method Description
FindAll ( ) : GettingStartedSample.Models.Supplier[]

Returns the Suppliers ordered by Name

Method Details

FindAll() public static method

Returns the Suppliers ordered by Name
public static FindAll ( ) : GettingStartedSample.Models.Supplier[]
return GettingStartedSample.Models.Supplier[]