C# 클래스 PostSharp.NotifyPropertyChanged.NotifyObservedCollectionChangedAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
ObservedCollectionHandlers NotifyCollectionChangedEventHandler>.Dictionary
ObservedCollections string[]

공개 메소드들

메소드 설명
CollectionHandlerForProperty ( string propertyName ) : NotifyCollectionChangedEventHandler
CompileTimeInitialize ( Type type, AspectInfo aspectInfo ) : void
ObservedCollectionProperties ( Type target ) : IEnumerable
RuntimeInitializeInstance ( ) : void

비공개 메소드들

메소드 설명
OnObservedCollectionPropertySet ( LocationInterceptionArgs args ) : void

메소드 상세

CollectionHandlerForProperty() 공개 메소드

public CollectionHandlerForProperty ( string propertyName ) : NotifyCollectionChangedEventHandler
propertyName string
리턴 NotifyCollectionChangedEventHandler

CompileTimeInitialize() 공개 메소드

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

ObservedCollectionProperties() 공개 메소드

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

RuntimeInitializeInstance() 공개 메소드

public RuntimeInitializeInstance ( ) : void
리턴 void

프로퍼티 상세

ObservedCollectionHandlers 공개적으로 프로퍼티

public Dictionary ObservedCollectionHandlers
리턴 NotifyCollectionChangedEventHandler>.Dictionary

ObservedCollections 공개적으로 프로퍼티

public string[] ObservedCollections
리턴 string[]