Skip to main content

Class RepositoryFileProtectorFactory

Namespace: Aurigma.DesignAtoms.Storage.Repositories.Protectors
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class RepositoryFileProtectorFactory : IRepositoryFileProtectorFactory

Inheritance: System.Object -> RepositoryFileProtectorFactory

Implements

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

RepositoryFileProtectorFactory

public RepositoryFileProtectorFactory(ILifetimeScope lifetimeScope)

Methods

CreateRepositoryFileProtector<TRepository>

public IRepositoryFileProtector CreateRepositoryFileProtector<TRepository>()
where TRepository : IFileRepository
Returns

Aurigma.DesignAtoms.Storage.Repositories.Interfaces.Protectors.IRepositoryFileProtector

Was this page helpful?