C# Class Castle.ActiveRecord.Tests.OtherDbPost

Show file Open project: nats/castle-1.0.3-mono

Private Properties

Property Type Description

Public Methods

Method Description
DeleteAll ( ) : void
Find ( int id ) : OtherDbPost
FindAll ( ) : Castle.ActiveRecord.Tests.OtherDbPost[]
OtherDbPost ( ) : System
OtherDbPost ( OtherDbBlog blog, String title, String contents, String category ) : System
SaveWithException ( ) : void

Protected Methods

Method Description
BeforeSave ( IDictionary state ) : bool

Method Details

BeforeSave() protected method

protected BeforeSave ( IDictionary state ) : bool
state IDictionary
return bool

DeleteAll() public static method

public static DeleteAll ( ) : void
return void

Find() public static method

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

FindAll() public static method

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

OtherDbPost() public method

public OtherDbPost ( ) : System
return System

OtherDbPost() public method

public OtherDbPost ( OtherDbBlog blog, String title, String contents, String category ) : System
blog OtherDbBlog
title String
contents String
category String
return System

SaveWithException() public method

public SaveWithException ( ) : void
return void