C# 클래스 Catel.Fody.Weaving.AutoProperties.AutoPropertiesWarningChecker

파일 보기 프로젝트 열기: Catel/Catel.Fody

공개 메소드들

메소드 설명
AutoPropertiesWarningChecker ( CatelTypeNodeBuilder catelTypeNodeBuilder ) : System.Collections.Generic
CheckForWarning ( CatelTypeProperty propertyData ) : string
Execute ( ) : void

비공개 메소드들

메소드 설명
Process ( List catelTypes ) : void

메소드 상세

AutoPropertiesWarningChecker() 공개 메소드

public AutoPropertiesWarningChecker ( CatelTypeNodeBuilder catelTypeNodeBuilder ) : System.Collections.Generic
catelTypeNodeBuilder CatelTypeNodeBuilder
리턴 System.Collections.Generic

CheckForWarning() 공개 메소드

public CheckForWarning ( CatelTypeProperty propertyData ) : string
propertyData CatelTypeProperty
리턴 string

Execute() 공개 메소드

public Execute ( ) : void
리턴 void