C# 클래스 NotifyPropertyDataAttributeReader, NotifyPropertyWeaver

파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver 1 사용 예제들

공개 메소드들

메소드 설명
Read ( Mono.Cecil.PropertyDefinition property, List allProperties ) : NotifyPropertyData,

비공개 메소드들

메소드 설명
GetCheckForEquality ( CustomAttribute notifyAttribute ) : bool?
GetPropertyNamesToNotify ( CustomAttribute notifyAttribute, Mono.Cecil.PropertyDefinition property, List allProperties ) : IEnumerable
GetSetIsChanged ( CustomAttribute notifyAttribute ) : bool?
NotifyPropertyDataAttributeReader ( Logger, logger ) : System.Collections.Generic

메소드 상세

Read() 공개 메소드

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