프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GrabSession | object | ||
MyCustomMethod | object |
메소드 | 설명 | |
---|---|---|
CustomAction ( ) : void | ||
DeleteAll ( ) : void | ||
DeleteAll ( string where ) : void | ||
Exists ( ) : bool | ||
Exists ( string filter ) : bool | ||
FetchCount ( ) : int | ||
FetchCount ( string filter ) : int | ||
Find ( int id ) : |
||
FindAll ( ) : Castle.ActiveRecord.Tests.Model.CompositeModel.Group[] | ||
Group ( ) : System |
메소드 | 설명 | |
---|---|---|
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 FindAll ( ) : Castle.ActiveRecord.Tests.Model.CompositeModel.Group[] | ||
리턴 | Castle.ActiveRecord.Tests.Model.CompositeModel.Group[] |