C# Class AwesomeAppRefactored.Events.PersonCreatedEventPostConverter

Inheritance: IEventConverter
Datei anzeigen Open project: SzymonPobiega/ncqrs

Public Methods

Method Description
ApplyConversion ( object target, Type targetType, object>.IDictionary propertyData ) : void

Method Details

ApplyConversion() public method

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