| BatchHubRepositoryProvider Class | 
Namespace: PDTec.IceNet.Domain.BatchHub.Web.Internal
public class BatchHubRepositoryProvider
The BatchHubRepositoryProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| BatchHubRepositoryProvider | 
            Initializes an instance of the BatchHubRepositoryProvider class.
              | 
| Name | Description | |
|---|---|---|
| Current | 
            Gets the current instance of BatchHubRepositoryProvider.
              | |
| Repository | 
            Gets the IDatabaseRepository instance that is associated
            to the current HTTP request.
              | 
| Name | Description | |
|---|---|---|
| CreateRepository | 
            Creates a IDatabaseRepository instance.
              | |
| CreateRepositoryFactory | 
            Creates a IDatabaseRepositoryFactory instance that is
            initialized with the common configuration settings. 
              | |
| DiscardCurrentRepository | 
            Discards the IDatabaseRepository instance that is associated
            to the current HTTP request. By accessing the Repository property
            after calling this method results in a new IDatabaseRepository instance.
            All buffered data from the existing repository is discarded, too.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (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 the default hash function.   (Inherited from Object.) | |
| GetRepositoryStatus | 
            Gets the repository status (repository mode and corresponding timestamps).
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| SetRepositoryMode | 
            Sets the repository mode.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |