C# Class NotifyPropertyDataAttributeReader, NotifyPropertyWeaver

显示文件 Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Methods

Method Description
Read ( Mono.Cecil.PropertyDefinition property, List allProperties ) : NotifyPropertyData,

Private Methods

Method 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 method

public Read ( Mono.Cecil.PropertyDefinition property, List allProperties ) : NotifyPropertyData,
property Mono.Cecil.PropertyDefinition
allProperties List
return NotifyPropertyData,