C# 클래스 FieldToPropertyConverter, NotifyPropertyWeaver

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

공개 프로퍼티들

프로퍼티 타입 설명
ForwardedFields PropertyDefinition>.Dictionary

공개 메소드들

메소드 설명
Execute ( ) : void
Process ( List notifyNodes ) : void
ProcessField ( TypeNode, node, FieldDefinition field ) : void

비공개 메소드들

메소드 설명
FieldToPropertyConverter ( TypeNodeBuilder, typeNodeBuilder, MsCoreReferenceFinder, msCoreReferenceFinder, Logger, logger ) : System.Collections.Generic
GetGet ( FieldDefinition field, string name ) : MethodDefinition
GetSet ( FieldDefinition field, string name ) : MethodDefinition

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Process() 공개 메소드

public Process ( List notifyNodes ) : void
notifyNodes List
리턴 void

ProcessField() 공개 메소드

public ProcessField ( TypeNode, node, FieldDefinition field ) : void
node TypeNode,
field FieldDefinition
리턴 void

프로퍼티 상세

ForwardedFields 공개적으로 프로퍼티

public Dictionary ForwardedFields
리턴 PropertyDefinition>.Dictionary