C# Class DependsOnDataAttributeReader, NotifyPropertyWeaver

Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Execute ( ) : void
Résultat void

Process() public méthode

public Process ( TypeNode, node ) : void
node TypeNode,
Résultat void

Read() public méthode

public Read ( Mono.Cecil.PropertyDefinition property, TypeNode, node ) : void
property Mono.Cecil.PropertyDefinition
node TypeNode,
Résultat void