C# Class AwesomeAppRefactored.Events.PersonCreatedEventPostConverter

Inheritance: IEventConverter
Afficher le fichier Open project: SzymonPobiega/ncqrs

Méthodes publiques

Méthode Description
ApplyConversion ( object target, Type targetType, object>.IDictionary propertyData ) : void

Method Details

ApplyConversion() public méthode

public ApplyConversion ( object target, Type targetType, object>.IDictionary propertyData ) : void
target object
targetType System.Type
propertyData object>.IDictionary
Résultat void