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

Inheritance: IObjectCopier
Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

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

Method Details

Copy() public méthode

public Copy ( object source, object destination ) : void
source object
destination object
Résultat void

ObjectCopier() public méthode

public ObjectCopier ( IFieldCache fieldCache, IPropertyCache propertyCache ) : System
fieldCache IFieldCache
propertyCache IPropertyCache
Résultat System