Method TransferPropertiesTo
TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
Declaration
public static void TransferPropertiesTo<TSource, TTarget>(this TSource source, TTarget target, params string[] propertiesToExclude)
Parameters
Type | Name | Description |
---|---|---|
TSource | source | |
TTarget | target | |
string[] | propertiesToExclude |
Type Parameters
Name | Description |
---|---|
TSource | |
TTarget |