SmartMergeHelperUpdateObjectT - метод
Модифицирует свойства одного объекта на основании другого, исключая игнорируемые
Пространство имён: Tessa.SmartMergeСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static void UpdateObject<T>(
T source,
T destination,
IEnumerable<string>? ignoredPropNames = null
)
Public Shared Sub UpdateObject(Of T) (
source As T,
destination As T,
Optional ignoredPropNames As IEnumerable(Of String) = Nothing
)
public:
generic<typename T>
static void UpdateObject(
T source,
T destination,
IEnumerable<String^>^ ignoredPropNames = nullptr
)
static member UpdateObject :
source : 'T *
destination : 'T *
?ignoredPropNames : IEnumerable<string>
(* Defaults:
let _ignoredPropNames = defaultArg ignoredPropNames null
*)
-> unit
- source T
- Объект-источник
- destination T
- Объект-приемник
- ignoredPropNames IEnumerableString (Optional)
- Игнорируемые свойства
- T
- Тип объектов