C# Class DamageAssessment.Repositories.DamageLocationRepository

Inheritance: DTS.Infrastructure.Repositories.RepositoryBase, IDamageLocationRepository
ファイルを表示 Open project: dtsagile/dmg-signalr

Public Methods

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

public AllIncluding ( ) : IQueryable
return IQueryable

DamageLocationRepository() public method

public DamageLocationRepository ( DamageAssessmentContext context ) : System
context DamageAssessmentContext
return System

Delete() public method

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

Find() public method

public Find ( int id ) : DamageLocation
id int
return DamageAssessment.Models.DamageLocation

InsertOrUpdate() public method

public InsertOrUpdate ( DamageLocation damagelocation ) : void
damagelocation DamageAssessment.Models.DamageLocation
return void

Save() public method

public Save ( ) : void
return void