C# Class BinderSample.Web.Model.Book

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

Private Properties

Property Type Description

Public Methods

Method Description
Book ( ) : System
Book ( string name ) : System
Find ( int id ) : Book
ToString ( ) : string

Method Details

Book() public method

public Book ( ) : System
return System

Book() public method

public Book ( string name ) : System
name string
return System

Find() public static method

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

ToString() public method

public ToString ( ) : string
return string