C# Class NotifyPropertyDataAttributeReader, NotifyPropertyWeaver

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

Méthodes publiques

Méthode Description
Read ( Mono.Cecil.PropertyDefinition property, List allProperties ) : NotifyPropertyData,

Private Methods

Méthode Description
GetCheckForEquality ( CustomAttribute notifyAttribute ) : bool?
GetPropertyNamesToNotify ( CustomAttribute notifyAttribute, Mono.Cecil.PropertyDefinition property, List allProperties ) : IEnumerable
GetSetIsChanged ( CustomAttribute notifyAttribute ) : bool?
NotifyPropertyDataAttributeReader ( Logger, logger ) : System.Collections.Generic

Method Details

Read() public méthode

public Read ( Mono.Cecil.PropertyDefinition property, List allProperties ) : NotifyPropertyData,
property Mono.Cecil.PropertyDefinition
allProperties List
Résultat NotifyPropertyData,