Show / Hide Table of Contents

Enum GithubVersionProviderSource

Namespace: Volo.Docs.Projects
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public enum GithubVersionProviderSource

Fields

Name Description
Branches
Releases

Extension Methods

AbpObjectExtensions.If<GithubVersionProviderSource>(GithubVersionProviderSource, bool, Action<GithubVersionProviderSource>)
AbpObjectExtensions.If<GithubVersionProviderSource>(GithubVersionProviderSource, bool, Func<GithubVersionProviderSource, GithubVersionProviderSource>)
AbpObjectExtensions.IsIn<GithubVersionProviderSource>(GithubVersionProviderSource, IEnumerable<GithubVersionProviderSource>)
AbpObjectExtensions.IsIn<GithubVersionProviderSource>(GithubVersionProviderSource, params GithubVersionProviderSource[])
AbpQueryableExtensions.OrderByIf<T, GithubVersionProviderSource>(GithubVersionProviderSource, bool, string)
AbpQueryableExtensions.PageBy<T, GithubVersionProviderSource>(GithubVersionProviderSource, int, int)
AbpQueryableExtensions.WhereIf<T, GithubVersionProviderSource>(GithubVersionProviderSource, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, GithubVersionProviderSource>(GithubVersionProviderSource, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, GithubVersionProviderSource>(GithubVersionProviderSource, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, GithubVersionProviderSource>(GithubVersionProviderSource, bool, int?)
In this article
Back to top Powered by ABP.IO Platform