Свойство | Тип | Описание | |
---|---|---|---|
GrabSession | object | ||
MyCustomMethod | object |
Метод | Описание | |
---|---|---|
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[] |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
GrabSession ( ISession session, object instance ) : object | ||
MyCustomMethod ( ISession session, object blogInstance ) : object |
public static DeleteAll ( string where ) : void | ||
where | string | |
Результат | void |
public static Exists ( string filter ) : bool | ||
filter | string | |
Результат | bool |
public static FetchCount ( string filter ) : int | ||
filter | string | |
Результат | int |
public static FindAll ( ) : Castle.ActiveRecord.Tests.Model.Blog[] | ||
Результат | 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 | |
Результат | Castle.ActiveRecord.Tests.Model.Blog[] |
public static FindByProperty ( String property, object value ) : Castle.ActiveRecord.Tests.Model.Blog[] | ||
property | String | |
value | object | |
Результат | Castle.ActiveRecord.Tests.Model.Blog[] |