C# Class Castle.ActiveRecord.Tests.BlogLazy

Inheritance: ActiveRecordBase
Mostra file Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Property Type Description
MyCustomMethod object

Public Methods

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

Private Methods

Method Description
MyCustomMethod ( ISession session, object blogInstance ) : object

Method Details

CustomAction() public method

public CustomAction ( ) : void
return void

DeleteAll() public static method

public static DeleteAll ( ) : void
return void

Find() public static method

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

FindAll() public static method

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