PerformanceEventRepository Class Members
From MNG Profiler
MNG.Direct Documentation
PerformanceEventRepository Class Members
The following tables list the members exposed by PerformanceEventRepository.
Public Constructors
| Name | Description | |
|---|---|---|
| PerformanceEventRepository Constructor |
Public Properties
| Name | Description | |
|---|---|---|
| Item | Attempts to get or set a repository record based using a known ID. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>) |
Protected Properties
| Name | Description | |
|---|---|---|
| Context | Gets the database context for the repository. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>) |
Public Methods
| Name | Description | |
|---|---|---|
| Add | Overridden. Adds a single specified record to the repository. | |
| AddRange | Overridden. Adds a list of specified entities to the repository. | |
| Find | Overridden. Gets all records that satisfy user-defined criteria. | |
| GetAll | Overridden. Gets all records for the current repository. | |
| GetLogEventsByApplicationInstance | ||
| Remove | Overridden. Removes a single specified record from the repository. | |
| RemoveRange | Overridden. Removes a list of specified entities from the repository. | |
| SingleOrDefault | Overridden. Attempts to find a single record that satisfies user-defined criteria. Default value is passed if no record is found. |
Protected Methods
| Name | Description | |
|---|---|---|
| GetValue | Overridden. Attempts to get a repository record using its ID. | |
| Map | Attempts to map a data record to the repository type and populate its properties. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>) | |
| SetValue | Overridden. Attempts to set/update a repository record using its ID. | |
| ToList | Executes a SQL command and returns a list of the results. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<PerformanceEvent>) |
See Also