C# 클래스 N2.Persistence.Proxying.InterceptingProxyFactory

상속: N2.Persistence.Proxying.EmptyProxyFactory
파일 보기 프로젝트 열기: Earthware/n2cms 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string typeName, object id ) : object
Initialize ( IEnumerable interceptedTypes ) : void
OnSaving ( object instance ) : bool

비공개 메소드들

메소드 설명
ApplyToDetailsOnUnproxiedInstance ( object instance ) : bool
GetInterceptableProperties ( Type type ) : IEnumerable
GetSaveSetters ( IEnumerable interceptableProperties ) : bool>>.IEnumerable

메소드 상세

Create() 공개 메소드

public Create ( string typeName, object id ) : object
typeName string
id object
리턴 object

Initialize() 공개 메소드

public Initialize ( IEnumerable interceptedTypes ) : void
interceptedTypes IEnumerable
리턴 void

OnSaving() 공개 메소드

public OnSaving ( object instance ) : bool
instance object
리턴 bool