C# 클래스 DependsOnDataAttributeReader, NotifyPropertyWeaver

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

공개 메소드들

메소드 설명
Execute ( ) : void
Process ( TypeNode, node ) : void
Read ( Mono.Cecil.PropertyDefinition property, TypeNode, node ) : void

비공개 메소드들

메소드 설명
AddIfPropertyExists ( Mono.Cecil.PropertyDefinition targetProperty, string isGeneratedUsingPropertyName, TypeNode, node ) : void
DependsOnDataAttributeReader ( TypeNodeBuilder, typeNodeBuilder, Logger, logger ) : System.Collections.Generic
Process ( List notifyNodes ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Process() 공개 메소드

public Process ( TypeNode, node ) : void
node TypeNode,
리턴 void

Read() 공개 메소드

public Read ( Mono.Cecil.PropertyDefinition property, TypeNode, node ) : void
property Mono.Cecil.PropertyDefinition
node TypeNode,
리턴 void