C# Class PostSharp.NotifyPropertyChanged.NotifyObservedReferenceChangedAttribute

Inheritance: InstanceLevelAspect
Afficher le fichier Open project: robertream/PostSharp.NotifyPropertyChanged

Méthodes publiques

Свойство Type Description
ObservedPropertyHandlers PropertyChangedHandler>.Dictionary
ObservedPropertyMap Dictionary>

Méthodes publiques

Méthode Description
CompileTimeInitialize ( Type type, AspectInfo aspectInfo ) : void
ObservedReferenceProperties ( Type target ) : IEnumerable
RuntimeInitializeInstance ( ) : void

Private Methods

Méthode Description
OnObservedReferencePropertySet ( LocationInterceptionArgs args ) : void
PropertyChangedHandlerForProperty ( string[]>.KeyValuePair entry ) : PropertyChangedHandler

Method Details

CompileTimeInitialize() public méthode

public CompileTimeInitialize ( Type type, AspectInfo aspectInfo ) : void
type System.Type
aspectInfo AspectInfo
Résultat void

ObservedReferenceProperties() public méthode

public ObservedReferenceProperties ( Type target ) : IEnumerable
target System.Type
Résultat IEnumerable

RuntimeInitializeInstance() public méthode

public RuntimeInitializeInstance ( ) : void
Résultat void

Property Details

ObservedPropertyHandlers public_oe property

public Dictionary ObservedPropertyHandlers
Résultat PropertyChangedHandler>.Dictionary

ObservedPropertyMap public_oe property

public Dictionary> ObservedPropertyMap
Résultat Dictionary>