C# 클래스 Castle.Samples.WindsorSilverlight.Interceptors.EditableBehavior

상속: IInterceptor
파일 보기 프로젝트 열기: HEskandari/Castle-Windsor-Examples

공개 메소드들

메소드 설명
BeginEdit ( ) : void
CancelEdit ( ) : void
EndEdit ( object target ) : void
Intercept ( IInvocation invocation ) : void

메소드 상세

BeginEdit() 공개 메소드

public BeginEdit ( ) : void
리턴 void

CancelEdit() 공개 메소드

public CancelEdit ( ) : void
리턴 void

EndEdit() 공개 메소드

public EndEdit ( object target ) : void
target object
리턴 void

Intercept() 공개 메소드

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
리턴 void