Show / Hide Table of Contents

Class GithubVersionProviderFactory

Inheritance
System.Object
GithubVersionProviderFactory
Implements
IGithubVersionProviderFactory
ITransientDependency
Namespace: Volo.Docs.GitHub.Documents.Version
Assembly: Volo.Docs.Domain.dll
Syntax
public class GithubVersionProviderFactory : object, IGithubVersionProviderFactory, ITransientDependency

Constructors

GithubVersionProviderFactory(IServiceProvider)

Declaration
public GithubVersionProviderFactory(IServiceProvider serviceProvider)
Parameters
Type Name Description
IServiceProvider serviceProvider

Properties

ServiceProvider

Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Type Description
IServiceProvider

Methods

Create(GithubVersionProviderSource)

Declaration
public IGithubVersionProvider Create(GithubVersionProviderSource source)
Parameters
Type Name Description
GithubVersionProviderSource source
Returns
Type Description
IGithubVersionProvider

Implements

IGithubVersionProviderFactory
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft