C# Class DependsOnDataAttributeReader, NotifyPropertyWeaver

Show file Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
Process ( TypeNode, node ) : void
Read ( Mono.Cecil.PropertyDefinition property, TypeNode, node ) : void

Private Methods

Method Description
AddIfPropertyExists ( Mono.Cecil.PropertyDefinition targetProperty, string isGeneratedUsingPropertyName, TypeNode, node ) : void
DependsOnDataAttributeReader ( TypeNodeBuilder, typeNodeBuilder, Logger, logger ) : System.Collections.Generic
Process ( List notifyNodes ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

Process() public method

public Process ( TypeNode, node ) : void
node TypeNode,
return void

Read() public method

public Read ( Mono.Cecil.PropertyDefinition property, TypeNode, node ) : void
property Mono.Cecil.PropertyDefinition
node TypeNode,
return void