C# Class Catel.Fody.Weaving.ExposedProperties.ExposedPropertiesWarningChecker

Show file Open project: Catel/Catel.Fody Class Usage Examples

Public Methods

Method Description
CheckForWarning ( CatelTypeProperty propertyData ) : string
Execute ( ) : void
ExposedPropertiesWarningChecker ( CatelTypeNodeBuilder catelTypeNodeBuilder ) : System.Collections.Generic

Private Methods

Method Description
Process ( List catelTypes ) : void

Method Details

CheckForWarning() public method

public CheckForWarning ( CatelTypeProperty propertyData ) : string
propertyData CatelTypeProperty
return string

Execute() public method

public Execute ( ) : void
return void

ExposedPropertiesWarningChecker() public method

public ExposedPropertiesWarningChecker ( CatelTypeNodeBuilder catelTypeNodeBuilder ) : System.Collections.Generic
catelTypeNodeBuilder CatelTypeNodeBuilder
return System.Collections.Generic