C# Class Castle.Facilities.ActiveRecordIntegration.Tests.Post

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

Private Properties

Property Type Description

Public Methods

Method Description
DeleteAll ( ) : void
FindAll ( ) : Castle.Facilities.ActiveRecordIntegration.Tests.Post[]
Post ( ) : System
Post ( Blog blog, String title, String contents, String category ) : System

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

FindAll() public static method

public static FindAll ( ) : Castle.Facilities.ActiveRecordIntegration.Tests.Post[]
return Castle.Facilities.ActiveRecordIntegration.Tests.Post[]

Post() public method

public Post ( ) : System
return System

Post() public method

public Post ( Blog blog, String title, String contents, String category ) : System
blog Blog
title String
contents String
category String
return System