C# Class tmf.web.Models.ZoneRepository

Inheritance: IZoneRepository
Afficher le fichier Open project: tomsdev/youfood-aspmvc

Méthodes publiques

Méthode Description
AllIncluding ( ) : IQueryable
Delete ( System id ) : void
Dispose ( ) : void
Find ( System id ) : Zone
FindIdByName ( string zoneName ) : System.Guid
GetZoneByTable ( int table ) : Zone
InsertOrUpdate ( Zone zone ) : void
Save ( ) : void

Method Details

AllIncluding() public méthode

public AllIncluding ( ) : IQueryable
Résultat IQueryable

Delete() public méthode

public Delete ( System id ) : void
id System
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Find() public méthode

public Find ( System id ) : Zone
id System
Résultat tmf.entities.Zone

FindIdByName() public méthode

public FindIdByName ( string zoneName ) : System.Guid
zoneName string
Résultat System.Guid

GetZoneByTable() public méthode

public GetZoneByTable ( int table ) : Zone
table int
Résultat tmf.entities.Zone

InsertOrUpdate() public méthode

public InsertOrUpdate ( Zone zone ) : void
zone tmf.entities.Zone
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void