Method | Description | |
---|---|---|
BlockNumber ( string cellPhoneNumber ) : void | ||
CaseRepository ( ISession session ) : System | ||
Create ( string someExistingNumber ) : |
||
GetAllActive ( ) : IEnumerable |
||
GetLastByCellPhoneNumber ( string cellPhoneNumber ) : |
||
MarkCaseAsEmergency ( |
||
MarkCaseAsInactive ( |
||
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 |
public BlockNumber ( string cellPhoneNumber ) : void | ||
cellPhoneNumber | string | |
return | void |
public CaseRepository ( ISession session ) : System | ||
session | ISession | |
return | System |
public Create ( string someExistingNumber ) : |
||
someExistingNumber | string | |
return |
public GetLastByCellPhoneNumber ( string cellPhoneNumber ) : |
||
cellPhoneNumber | string | |
return |
public MarkCaseAsEmergency ( |
||
@case | ||
return | void |
public MarkCaseAsInactive ( |
||
@case | ||
return | void |
public UpdateLatestActivity ( System.Guid caseId ) : void | ||
caseId | System.Guid | |
return | void |
public UpdateLocationInformation ( System.Guid caseId, string locationInformation ) : void | ||
caseId | System.Guid | |
locationInformation | string | |
return | void |
public UpdateNotes ( System.Guid caseId, string notes ) : void | ||
caseId | System.Guid | |
notes | string | |
return | void |
public UpdateSecurityInformation ( System.Guid caseId, string securityInformation ) : void | ||
caseId | System.Guid | |
securityInformation | string | |
return | void |