Поделиться через


CollectionModelBinder<TElement>.CopyToModel Метод

Определение

Добавляет значения из sourceCollection в заданный target.

protected:
 virtual void CopyToModel(System::Object ^ target, System::Collections::Generic::IEnumerable<TElement> ^ sourceCollection);
protected virtual void CopyToModel (object target, System.Collections.Generic.IEnumerable<TElement> sourceCollection);
protected virtual void CopyToModel (object target, System.Collections.Generic.IEnumerable<TElement?> sourceCollection);
abstract member CopyToModel : obj * seq<'Element> -> unit
override this.CopyToModel : obj * seq<'Element> -> unit
Protected Overridable Sub CopyToModel (target As Object, sourceCollection As IEnumerable(Of TElement))

Параметры

target
Object

Object в который копируются значения.

sourceCollection
IEnumerable<TElement>

Коллекция значений, полученных от поставщиков значений. null если ничего не было привязано.

Применяется к