Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
DeleteAll ( ) : void | ||
FetchCount ( ) : int | ||
FetchCount ( string filter ) : int | ||
Find ( int id ) : |
||
FindAll ( ) : Castle.ActiveRecord.Tests.Model.Post[] | ||
Post ( ) : System | ||
Post ( |
||
SaveWithException ( ) : void |
Méthode | Description | |
---|---|---|
BeforeSave ( IDictionary state ) : bool |
protected BeforeSave ( IDictionary state ) : bool | ||
state | IDictionary | |
Résultat | bool |
public static FetchCount ( string filter ) : int | ||
filter | string | |
Résultat | int |
public static FindAll ( ) : Castle.ActiveRecord.Tests.Model.Post[] | ||
Résultat | Castle.ActiveRecord.Tests.Model.Post[] |
public Post ( |
||
blog | ||
title | String | |
contents | String | |
category | String | |
Résultat | System |