C# Class Castle.ActiveRecord.Tests.OtherDbBlog

Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DeleteAll ( ) : void
Find ( int id ) : OtherDbBlog
FindAll ( ) : Castle.ActiveRecord.Tests.OtherDbBlog[]

Method Details

DeleteAll() public static method

public static DeleteAll ( ) : void
return void

Find() public static method

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

FindAll() public static method

public static FindAll ( ) : Castle.ActiveRecord.Tests.OtherDbBlog[]
return Castle.ActiveRecord.Tests.OtherDbBlog[]