C# Class NotifyInterfaceFinder, NotifyPropertyWeaver

Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Méthodes publiques

Méthode Description
HasPropertyChangedEvent ( TypeDefinition typeDefinition ) : bool
HierachyImplementsINotify ( TypeReference typeReference ) : bool
IsPropertyChangedEventHandler ( TypeReference typeReference ) : bool

Private Methods

Méthode Description
HasPropertyChangedField ( TypeDefinition typeDefinition ) : bool
IsNamedPropertyChanged ( EventDefinition eventDefinition ) : bool
NotifyInterfaceFinder ( TypeResolver typeResolver ) : System.Collections.Generic

Method Details

HasPropertyChangedEvent() public static méthode

public static HasPropertyChangedEvent ( TypeDefinition typeDefinition ) : bool
typeDefinition TypeDefinition
Résultat bool

HierachyImplementsINotify() public méthode

public HierachyImplementsINotify ( TypeReference typeReference ) : bool
typeReference TypeReference
Résultat bool

IsPropertyChangedEventHandler() public static méthode

public static IsPropertyChangedEventHandler ( TypeReference typeReference ) : bool
typeReference TypeReference
Résultat bool