C# 클래스 N2.Persistence.Proxying.InterceptingProxyFactory
파일 보기
프로젝트 열기: Earthware/n2cms
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Create ( string typeName, object id ) : object |
|
|
Initialize ( IEnumerable interceptedTypes ) : void |
|
|
OnSaving ( object instance ) : bool |
|
|
비공개 메소드들
메소드 상세
public Create ( string typeName, object id ) : object |
typeName |
string |
|
id |
object |
|
리턴 |
object |
|
public Initialize ( IEnumerable interceptedTypes ) : void |
interceptedTypes |
IEnumerable |
|
리턴 |
void |
|
public OnSaving ( object instance ) : bool |
instance |
object |
|
리턴 |
bool |
|