C# Class FluentMetadata.MetadataHelper

Datei anzeigen Open project: forger/FluentMetadata Class Usage Examples

Public Methods

Method Description
CopyMappedMetadata ( Type source, Type target, IEnumerable memberMaps ) : void

Private Methods

Method Description
CopyMetadata ( Type source, Type target ) : void

Method Details

CopyMappedMetadata() public static method

public static CopyMappedMetadata ( Type source, Type target, IEnumerable memberMaps ) : void
source System.Type
target System.Type
memberMaps IEnumerable
return void