C# 클래스 Castle.ActiveRecord.Tests.Model.CompositeModel.Group

상속: ActiveRecordBase
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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 ) : Group
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

메소드 상세

CustomAction() 공개 메소드

public CustomAction ( ) : void
리턴 void

DeleteAll() 공개 정적인 메소드

public static DeleteAll ( ) : void
리턴 void

DeleteAll() 공개 정적인 메소드

public static DeleteAll ( string where ) : void
where string
리턴 void

Exists() 공개 정적인 메소드

public static Exists ( ) : bool
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string filter ) : bool
filter string
리턴 bool

FetchCount() 공개 정적인 메소드

public static FetchCount ( ) : int
리턴 int

FetchCount() 공개 정적인 메소드

public static FetchCount ( string filter ) : int
filter string
리턴 int

Find() 공개 정적인 메소드

public static Find ( int id ) : Group
id int
리턴 Group

FindAll() 공개 정적인 메소드

public static FindAll ( ) : Castle.ActiveRecord.Tests.Model.CompositeModel.Group[]
리턴 Castle.ActiveRecord.Tests.Model.CompositeModel.Group[]

Group() 공개 메소드

public Group ( ) : System
리턴 System

OnDelete() 보호된 메소드

Lifecycle method invoked during Delete of the entity
protected OnDelete ( ) : void
리턴 void

OnLoad() 보호된 메소드

Lifecycle method invoked during Load of the entity
protected OnLoad ( object id ) : void
id object
리턴 void

OnSave() 보호된 메소드

Lifecycle method invoked during Save of the entity
protected OnSave ( ) : void
리턴 void

OnUpdate() 보호된 메소드

Lifecycle method invoked during Update of the entity
protected OnUpdate ( ) : void
리턴 void