C# Class MappingFinder, NotifyPropertyWeaver

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

Méthodes publiques

Méthode Description
Execute ( ) : void
GetMappings ( TypeDefinition typeDefinition ) : IEnumerable

Private Methods

Méthode Description
GetSingleField ( Mono.Cecil.PropertyDefinition property ) : FieldDefinition
GetSingleField ( Mono.Cecil.PropertyDefinition property, Code, code, MethodDefinition methodDefinition ) : FieldDefinition
MappingFinder ( TypeNodeBuilder typeNodeBuilder ) : System.Collections.Generic
Process ( List notifyNodes ) : void
TryGetField ( TypeDefinition typeDefinition, PropertyDefinition property ) : FieldDefinition

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

GetMappings() public static méthode

public static GetMappings ( TypeDefinition typeDefinition ) : IEnumerable
typeDefinition TypeDefinition
Résultat IEnumerable