C# 클래스 Castle.ActiveRecord.Tests.Model.Blog

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

Private Properties

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

메소드 상세

Blog() 공개 메소드

public Blog ( ) : System
리턴 System

Blog() 공개 메소드

public Blog ( int _id ) : System
_id int
리턴 System

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 ( int id ) : bool
id int
리턴 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 ) : Blog
id int
리턴 Blog

FindAll() 공개 정적인 메소드

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

FindByProperty() 공개 정적인 메소드

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[]

FindByProperty() 공개 정적인 메소드

public static FindByProperty ( String property, object value ) : Castle.ActiveRecord.Tests.Model.Blog[]
property String
value object
리턴 Castle.ActiveRecord.Tests.Model.Blog[]

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