C# 클래스 ExoGraph.Injection.InjectionGraphTypeProvider.InjectionGraphType.OnPropertySetAspect

상속: OnMethodBoundaryAspect
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
OnEntry ( MethodExecutionEventArgs eventArgs ) : void
OnPropertySetAspect ( PropertyInfo property ) : System

Initializes a new OnPropertySetAspect.

OnSuccess ( MethodExecutionEventArgs eventArgs ) : void

Executed when the set accessor successfully completes. Raises the INotifyPropertyChanged.PropertyChanged event.

메소드 상세

OnEntry() 공개 메소드

public OnEntry ( MethodExecutionEventArgs eventArgs ) : void
eventArgs MethodExecutionEventArgs
리턴 void

OnPropertySetAspect() 공개 메소드

Initializes a new OnPropertySetAspect.
public OnPropertySetAspect ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo The property to which this aspect is for.
리턴 System

OnSuccess() 공개 메소드

Executed when the set accessor successfully completes. Raises the INotifyPropertyChanged.PropertyChanged event.
public OnSuccess ( MethodExecutionEventArgs eventArgs ) : void
eventArgs MethodExecutionEventArgs Event arguments with information about the /// current execution context.
리턴 void