C# 클래스 PostSharp.NotifyPropertyChanged.NotifyObservedReferenceChangedAttribute

상속: InstanceLevelAspect
파일 보기 프로젝트 열기: robertream/PostSharp.NotifyPropertyChanged

공개 프로퍼티들

프로퍼티 타입 설명
ObservedPropertyHandlers PropertyChangedHandler>.Dictionary
ObservedPropertyMap Dictionary>

공개 메소드들

메소드 설명
CompileTimeInitialize ( Type type, AspectInfo aspectInfo ) : void
ObservedReferenceProperties ( Type target ) : IEnumerable
RuntimeInitializeInstance ( ) : void

비공개 메소드들

메소드 설명
OnObservedReferencePropertySet ( LocationInterceptionArgs args ) : void
PropertyChangedHandlerForProperty ( string[]>.KeyValuePair entry ) : PropertyChangedHandler

메소드 상세

CompileTimeInitialize() 공개 메소드

public CompileTimeInitialize ( Type type, AspectInfo aspectInfo ) : void
type System.Type
aspectInfo AspectInfo
리턴 void

ObservedReferenceProperties() 공개 메소드

public ObservedReferenceProperties ( Type target ) : IEnumerable
target System.Type
리턴 IEnumerable

RuntimeInitializeInstance() 공개 메소드

public RuntimeInitializeInstance ( ) : void
리턴 void

프로퍼티 상세

ObservedPropertyHandlers 공개적으로 프로퍼티

public Dictionary ObservedPropertyHandlers
리턴 PropertyChangedHandler>.Dictionary

ObservedPropertyMap 공개적으로 프로퍼티

public Dictionary> ObservedPropertyMap
리턴 Dictionary>