TransferPathRepository class TransferPathRepository Documentation Code public long Count { get; } public TransferPathRepository() public TransferPathRepository(ITransferPathKeyGenerator primaryKeyGenerator) public bool AnyDirectories() public void Clear() public void Delete(TransferPath path) public ICollection<TransferPath> SelectAll() public TransferPath SelectByKey(string path) public void Upsert(TransferPath path)