C# Class ErrorChecker, NotifyPropertyWeaver

Show file Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Methods

Method Description
CheckForErrors ( PropertyData, propertyData, bool isBeforeAfter ) : string
Execute ( ) : void

Private Methods

Method Description
ErrorChecker ( TypeNodeBuilder, typeNodeBuilder, Logger, logger ) : System.Collections.Generic
Process ( List notifyNodes ) : void

Method Details

CheckForErrors() public method

public CheckForErrors ( PropertyData, propertyData, bool isBeforeAfter ) : string
propertyData PropertyData,
isBeforeAfter bool
return string

Execute() public method

public Execute ( ) : void
return void