C# Class WhippedCream.RepositoryContextExtensionsTests.DummyContext

Inheritance: IRepositoryContext
Afficher le fichier Open project: KCL5South/WhippedCream

Méthodes publiques

Свойство Type Description
LoadPropertyParameters string>>.List

Méthodes publiques

Méthode Description
AddObject ( string entitySetName, object entity ) : void
DeleteObject ( object entity ) : void
LoadProperty ( object entity, string propertyName ) : void
SaveChanges ( ) : void

Method Details

AddObject() public méthode

public AddObject ( string entitySetName, object entity ) : void
entitySetName string
entity object
Résultat void

DeleteObject() public méthode

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

LoadProperty() public méthode

public LoadProperty ( object entity, string propertyName ) : void
entity object
propertyName string
Résultat void

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

Property Details

LoadPropertyParameters public_oe property

public List> LoadPropertyParameters
Résultat string>>.List