Show / Hide Table of Contents

Interface IVersionHelper

Namespace: Volo.Docs.GitHub.Documents.Version
Assembly: Volo.Docs.Domain.dll
Syntax
public interface IVersionHelper

Methods

IsPreRelease(String)

Declaration
bool IsPreRelease(string version)
Parameters
Type Name Description
System.String version
Returns
Type Description
System.Boolean

OrderByDescending(List<String>)

Declaration
List<string> OrderByDescending(List<string> versions)
Parameters
Type Name Description
List<System.String> versions
Returns
Type Description
List<System.String>

OrderByDescending(List<VersionInfo>)

Declaration
List<VersionInfo> OrderByDescending(List<VersionInfo> versions)
Parameters
Type Name Description
List<VersionInfo> versions
Returns
Type Description
List<VersionInfo>

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