JobTransferPathRepository class JobTransferPathRepository Documentation Code public long Count { get; } public JobTransferPathRepository(ITransferPathKeyGenerator primaryKeyGenerator) public JobTransferPathRepository(ITransferPathKeyGenerator primaryKeyGenerator, ITransferPathKeyGenerator alternateKeyGenerator) public void Clear() public void Delete(JobTransferPath path) public void Delete(TransferPath path) public ICollection<JobTransferPath> SelectAll() public JobTransferPath SelectByKey(TransferPath path) public JobTransferPath SelectByKey(string path) public void Upsert(JobTransferPath path)