C# 클래스 DamageAssessment.Repositories.DamageLocationRepository

상속: DTS.Infrastructure.Repositories.RepositoryBase, IDamageLocationRepository
파일 보기 프로젝트 열기: dtsagile/dmg-signalr

공개 메소드들

메소드 설명
AllIncluding ( ) : IQueryable
DamageLocationRepository ( DamageAssessmentContext context ) : System
Delete ( int id ) : void
Find ( int id ) : DamageLocation
InsertOrUpdate ( DamageLocation damagelocation ) : void
Save ( ) : void

메소드 상세

AllIncluding() 공개 메소드

public AllIncluding ( ) : IQueryable
리턴 IQueryable

DamageLocationRepository() 공개 메소드

public DamageLocationRepository ( DamageAssessmentContext context ) : System
context DamageAssessmentContext
리턴 System

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

Find() 공개 메소드

public Find ( int id ) : DamageLocation
id int
리턴 DamageAssessment.Models.DamageLocation

InsertOrUpdate() 공개 메소드

public InsertOrUpdate ( DamageLocation damagelocation ) : void
damagelocation DamageAssessment.Models.DamageLocation
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void