C# Class tmf.web.Models.ZoneRepository

Inheritance: IZoneRepository
Datei anzeigen Open project: tomsdev/youfood-aspmvc

Public Methods

Method 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 method

public AllIncluding ( ) : IQueryable
return IQueryable

Delete() public method

public Delete ( System id ) : void
id System
return void

Dispose() public method

public Dispose ( ) : void
return void

Find() public method

public Find ( System id ) : Zone
id System
return tmf.entities.Zone

FindIdByName() public method

public FindIdByName ( string zoneName ) : System.Guid
zoneName string
return System.Guid

GetZoneByTable() public method

public GetZoneByTable ( int table ) : Zone
table int
return tmf.entities.Zone

InsertOrUpdate() public method

public InsertOrUpdate ( Zone zone ) : void
zone tmf.entities.Zone
return void

Save() public method

public Save ( ) : void
return void