Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
DeleteAll ( ) : void | ||
FetchCount ( ) : int | ||
FetchCount ( string filter ) : int | ||
Find ( string id ) : |
||
FindAll ( ) : Castle.ActiveRecord.Tests.Model.CompositeModel.Org[] | ||
Org ( ) : System | ||
Org ( string id, String description ) : System | ||
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.CompositeModel.Org[] | ||
Résultat | Castle.ActiveRecord.Tests.Model.CompositeModel.Org[] |
public Org ( string id, String description ) : System | ||
id | string | |
description | String | |
Résultat | System |