C# Class Catel.Fody.Weaving.AutoProperties.AutoPropertiesWarningChecker

Afficher le fichier Open project: Catel/Catel.Fody

Méthodes publiques

Méthode Description
AutoPropertiesWarningChecker ( CatelTypeNodeBuilder catelTypeNodeBuilder ) : System.Collections.Generic
CheckForWarning ( CatelTypeProperty propertyData ) : string
Execute ( ) : void

Private Methods

Méthode Description
Process ( List catelTypes ) : void

Method Details

AutoPropertiesWarningChecker() public méthode

public AutoPropertiesWarningChecker ( CatelTypeNodeBuilder catelTypeNodeBuilder ) : System.Collections.Generic
catelTypeNodeBuilder CatelTypeNodeBuilder
Résultat System.Collections.Generic

CheckForWarning() public méthode

public CheckForWarning ( CatelTypeProperty propertyData ) : string
propertyData CatelTypeProperty
Résultat string

Execute() public méthode

public Execute ( ) : void
Résultat void