C# 클래스 AutomatedCaseworker.Data.CaseRepository

상속: ICaseRepository
파일 보기 프로젝트 열기: AcklenAvenue/AutomatedCaseworker 1 사용 예제들

공개 메소드들

메소드 설명
BlockNumber ( string cellPhoneNumber ) : void
CaseRepository ( ISession session ) : System
Create ( string someExistingNumber ) : Case
GetAllActive ( ) : IEnumerable
GetLastByCellPhoneNumber ( string cellPhoneNumber ) : Case
MarkCaseAsEmergency ( Case @case ) : void
MarkCaseAsInactive ( Case @case ) : void
UpdateLatestActivity ( System.Guid caseId ) : void
UpdateLocationInformation ( System.Guid caseId, string locationInformation ) : void
UpdateNotes ( System.Guid caseId, string notes ) : void
UpdateSecurityInformation ( System.Guid caseId, string securityInformation ) : void

메소드 상세

BlockNumber() 공개 메소드

public BlockNumber ( string cellPhoneNumber ) : void
cellPhoneNumber string
리턴 void

CaseRepository() 공개 메소드

public CaseRepository ( ISession session ) : System
session ISession
리턴 System

Create() 공개 메소드

public Create ( string someExistingNumber ) : Case
someExistingNumber string
리턴 AutomatedCaseworker.Domain.Entities.Case

GetAllActive() 공개 메소드

public GetAllActive ( ) : IEnumerable
리턴 IEnumerable

GetLastByCellPhoneNumber() 공개 메소드

public GetLastByCellPhoneNumber ( string cellPhoneNumber ) : Case
cellPhoneNumber string
리턴 AutomatedCaseworker.Domain.Entities.Case

MarkCaseAsEmergency() 공개 메소드

public MarkCaseAsEmergency ( Case @case ) : void
@case AutomatedCaseworker.Domain.Entities.Case
리턴 void

MarkCaseAsInactive() 공개 메소드

public MarkCaseAsInactive ( Case @case ) : void
@case AutomatedCaseworker.Domain.Entities.Case
리턴 void

UpdateLatestActivity() 공개 메소드

public UpdateLatestActivity ( System.Guid caseId ) : void
caseId System.Guid
리턴 void

UpdateLocationInformation() 공개 메소드

public UpdateLocationInformation ( System.Guid caseId, string locationInformation ) : void
caseId System.Guid
locationInformation string
리턴 void

UpdateNotes() 공개 메소드

public UpdateNotes ( System.Guid caseId, string notes ) : void
caseId System.Guid
notes string
리턴 void

UpdateSecurityInformation() 공개 메소드

public UpdateSecurityInformation ( System.Guid caseId, string securityInformation ) : void
caseId System.Guid
securityInformation string
리턴 void