C# Class Spring.Data.GemFire.Tests.InventorRepository

Inheritance: IInventorRepository
Afficher le fichier Open project: spring-projects/spring-gemfire-net

Méthodes publiques

Méthode Description
InventorRepository ( ) : System
Save ( [ inventor ) : void

Private Methods

Méthode Description
Delete ( Inventor inventor ) : void
DeleteAll ( ) : void
GetAll ( ) : IList
GetAllNoCacheKey ( ) : IList
Load ( string name ) : Inventor

Method Details

InventorRepository() public méthode

public InventorRepository ( ) : System
Résultat System

Save() public méthode

public Save ( [ inventor ) : void
inventor [
Résultat void