Interface IMatchStrategy<TObject>
Assembly: Downlink.Core.dll
Syntax
public interface IMatchStrategy<TObject>
where TObject : class
Type Parameters
Properties
|
Improve this Doc
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
MatchAsync(IEnumerable<TObject>, VersionSpec)
Declaration
Task<IFileSource> MatchAsync(IEnumerable<TObject> items, VersionSpec version)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<TObject> |
items |
|
VersionSpec |
version |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<IFileSource> |
|
Extension Methods