Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / IAuditEventRepository Interface
Methods

In This Topic
    IAuditEventRepository Interface Members
    In This Topic

    The following tables list the members exposed by IAuditEventRepository.

    Public Methods
     NameDescription
     Method Clears the audit event log  
     Method Gets Audit Event list count based on date  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>)
     Method Counts the number of AuditEvent objects for the given StoreId in the database.  
     Method Counts the number of AuditEvent objects for the given UserId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>)
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>)
     Method Gets Audit Event list based on date  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>)
     Method Loads a collection of AuditEvent objects for the given StoreId from the database  
     Method Loads a collection of AuditEvent objects for the given UserId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>)
    Top
    See Also