ApplicationInstanceRepository Class Methods

MNG Profiler

MNG.Direct Documentation

MNG.Profiler.Data.ADO.Repositories Namespace : ApplicationInstanceRepository Class
ApplicationInstanceRepository Class Methods

For a list of all members of this type, see ApplicationInstanceRepository members.

Public Methods
 NameDescription
Public MethodOverridden. Adds a single specified record to the repository.  
Public MethodOverridden. Adds a list of specified entities to the repository.  
Public MethodOverridden. Gets all records that satisfy user-defined criteria.  
Public MethodOverridden. Gets all records for the current repository.  
Public Method  
Public MethodOverridden. Removes a single specified record from the repository.  
Public MethodOverridden. Removes a list of specified entities from the repository.  
Public MethodOverridden. Attempts to find a single record that satisfies user-defined criteria. Default value is passed if no record is found.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Attempts to get a repository record using its ID.  
Protected MethodAttempts to map a data record to the repository type and populate its properties. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<ApplicationInstance>)
Protected MethodOverridden. Attempts to set/update a repository record using its ID.  
Protected MethodExecutes a SQL command and returns a list of the results. (Inherited from MNG.Profiler.Data.ADO.Repositories.Repository<ApplicationInstance>)
Top
See Also