C# Class Telerik.Web.Mvc.Infrastructure.Implementation.ObjectCopier

Inheritance: IObjectCopier
Show file Open project: juanplopes/simple-telerik

Public Methods

Method Description
Copy ( object source, object destination ) : void
ObjectCopier ( IFieldCache fieldCache, IPropertyCache propertyCache ) : System

Method Details

Copy() public method

public Copy ( object source, object destination ) : void
source object
destination object
return void

ObjectCopier() public method

public ObjectCopier ( IFieldCache fieldCache, IPropertyCache propertyCache ) : System
fieldCache IFieldCache
propertyCache IPropertyCache
return System