C# Class DamageAssessment.Repositories.DamageLocationRepository

Inheritance: DTS.Infrastructure.Repositories.RepositoryBase, IDamageLocationRepository
Afficher le fichier Open project: dtsagile/dmg-signalr

Méthodes publiques

Méthode Description
AllIncluding ( ) : IQueryable
DamageLocationRepository ( DamageAssessmentContext context ) : System
Delete ( int id ) : void
Find ( int id ) : DamageLocation
InsertOrUpdate ( DamageLocation damagelocation ) : void
Save ( ) : void

Method Details

AllIncluding() public méthode

public AllIncluding ( ) : IQueryable
Résultat IQueryable

DamageLocationRepository() public méthode

public DamageLocationRepository ( DamageAssessmentContext context ) : System
context DamageAssessmentContext
Résultat System

Delete() public méthode

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

Find() public méthode

public Find ( int id ) : DamageLocation
id int
Résultat DamageAssessment.Models.DamageLocation

InsertOrUpdate() public méthode

public InsertOrUpdate ( DamageLocation damagelocation ) : void
damagelocation DamageAssessment.Models.DamageLocation
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void