C# Class NotifyInterfaceFinder, NotifyPropertyWeaver

Mostra file Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Methods

Method Description
HasPropertyChangedEvent ( TypeDefinition typeDefinition ) : bool
HierachyImplementsINotify ( TypeReference typeReference ) : bool
IsPropertyChangedEventHandler ( TypeReference typeReference ) : bool

Private Methods

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

Method Details

HasPropertyChangedEvent() public static method

public static HasPropertyChangedEvent ( TypeDefinition typeDefinition ) : bool
typeDefinition TypeDefinition
return bool

HierachyImplementsINotify() public method

public HierachyImplementsINotify ( TypeReference typeReference ) : bool
typeReference TypeReference
return bool

IsPropertyChangedEventHandler() public static method

public static IsPropertyChangedEventHandler ( TypeReference typeReference ) : bool
typeReference TypeReference
return bool