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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeleteAll ( ) : void
FetchCount ( ) : int
FetchCount ( string filter ) : int
Find ( int id ) : Post
FindAll ( ) : Castle.ActiveRecord.Tests.Model.Post[]
Post ( ) : System
Post ( Blog blog, String title, String contents, String category ) : System
SaveWithException ( ) : void

보호된 메소드들

메소드 설명
BeforeSave ( IDictionary state ) : bool

메소드 상세

BeforeSave() 보호된 메소드

protected BeforeSave ( IDictionary state ) : bool
state IDictionary
리턴 bool

DeleteAll() 공개 정적인 메소드

public static DeleteAll ( ) : void
리턴 void

FetchCount() 공개 정적인 메소드

public static FetchCount ( ) : int
리턴 int

FetchCount() 공개 정적인 메소드

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

Find() 공개 정적인 메소드

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

FindAll() 공개 정적인 메소드

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

Post() 공개 메소드

public Post ( ) : System
리턴 System

Post() 공개 메소드

public Post ( Blog blog, String title, String contents, String category ) : System
blog Blog
title String
contents String
category String
리턴 System

SaveWithException() 공개 메소드

public SaveWithException ( ) : void
리턴 void