C# Class FluentMetadata.MetadataHelper

Afficher le fichier Open project: forger/FluentMetadata Class Usage Examples

Méthodes publiques

Méthode Description
CopyMappedMetadata ( Type source, Type target, IEnumerable memberMaps ) : void

Private Methods

Méthode Description
CopyMetadata ( Type source, Type target ) : void

Method Details

CopyMappedMetadata() public static méthode

public static CopyMappedMetadata ( Type source, Type target, IEnumerable memberMaps ) : void
source System.Type
target System.Type
memberMaps IEnumerable
Résultat void