Class GithubVersionProviderFactory
Inheritance
GithubVersionProviderFactory
Assembly: Volo.Docs.Domain.dll
Syntax
public class GithubVersionProviderFactory : IGithubVersionProviderFactory, ITransientDependency
Constructors
GithubVersionProviderFactory(IServiceProvider)
Declaration
public GithubVersionProviderFactory(IServiceProvider serviceProvider)
Parameters
Properties
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Methods
Create(GithubVersionProviderSource)
Declaration
public IGithubVersionProvider Create(GithubVersionProviderSource source)
Parameters
Returns
Implements
Extension Methods