Свойство | Type | Description | |
---|---|---|---|
GrabSession | object | ||
MyCustomMethod | object |
Méthode | Description | |
---|---|---|
Blog ( ) : System | ||
Blog ( int _id ) : System | ||
CustomAction ( ) : void | ||
DeleteAll ( ) : void | ||
DeleteAll ( string where ) : void | ||
Exists ( ) : bool | ||
Exists ( int id ) : bool | ||
Exists ( string filter ) : bool | ||
FetchCount ( ) : int | ||
FetchCount ( string filter ) : int | ||
Find ( int id ) : |
||
FindAll ( ) : Castle.ActiveRecord.Tests.Model.Blog[] | ||
FindByProperty ( String property, String orderByColumn, object value ) : Castle.ActiveRecord.Tests.Model.Blog[] | ||
FindByProperty ( String property, object value ) : Castle.ActiveRecord.Tests.Model.Blog[] |
Méthode | Description | |
---|---|---|
OnDelete ( ) : void |
Lifecycle method invoked during Delete of the entity
|
|
OnLoad ( object id ) : void |
Lifecycle method invoked during Load of the entity
|
|
OnSave ( ) : void |
Lifecycle method invoked during Save of the entity
|
|
OnUpdate ( ) : void |
Lifecycle method invoked during Update of the entity
|
Méthode | Description | |
---|---|---|
GrabSession ( ISession session, object instance ) : object | ||
MyCustomMethod ( ISession session, object blogInstance ) : object |
public static DeleteAll ( string where ) : void | ||
where | string | |
Résultat | void |
public static Exists ( string filter ) : bool | ||
filter | string | |
Résultat | bool |
public static FetchCount ( string filter ) : int | ||
filter | string | |
Résultat | int |
public static FindAll ( ) : Castle.ActiveRecord.Tests.Model.Blog[] | ||
Résultat | Castle.ActiveRecord.Tests.Model.Blog[] |
public static FindByProperty ( String property, String orderByColumn, object value ) : Castle.ActiveRecord.Tests.Model.Blog[] | ||
property | String | |
orderByColumn | String | |
value | object | |
Résultat | Castle.ActiveRecord.Tests.Model.Blog[] |
public static FindByProperty ( String property, object value ) : Castle.ActiveRecord.Tests.Model.Blog[] | ||
property | String | |
value | object | |
Résultat | Castle.ActiveRecord.Tests.Model.Blog[] |