
| IncidentLogDapperRepo Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: RMP.WCF.Model.IncidentLog
 Syntax
SyntaxThe IncidentLogDapperRepo type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | IncidentLogDapperRepo | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Create | 
 Creates a new Record
  | 
|  | Delete(Int32) | 
 Deletes an record by its PK
  | 
|  | Delete(String) | 
 Deletes records based on a where clause
  | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|   | OpenConnection | 
 Opens a connection that to the SQL server using the connection string provided
 (Inherited from DapperBase.) | 
|  | ReadAgencyList | 
 Gets a list of existing records based on the params provided
  | 
|  | ReadList | 
 Gets records using the provided params
  | 
|  | ReadListAll | 
 Get all records
  | 
|  | ReadSingle | 
 Gets a single record by its PK
  | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Update | 
 Updates an Record that is already created in storage
  | 
 See Also
See Also