C# Class Northwind.InMemory.InMemoryEntityCloner

Inheritance: Northwind.Utils.ReflectionEntityCloner
Afficher le fichier Open project: object/NorthwindOData

Méthodes publiques

Méthode Description
AddEntity ( object entity, string entityTypeName ) : void
InMemoryEntityCloner ( NorthwindContext context ) : System
SaveChanges ( ) : void
UpdateEntity ( object entity ) : void

Method Details

AddEntity() public méthode

public AddEntity ( object entity, string entityTypeName ) : void
entity object
entityTypeName string
Résultat void

InMemoryEntityCloner() public méthode

public InMemoryEntityCloner ( NorthwindContext context ) : System
context NorthwindContext
Résultat System

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

UpdateEntity() public méthode

public UpdateEntity ( object entity ) : void
entity object
Résultat void