Show / Hide Table of Contents

Class GithubPatchAnalyzer

Inheritance
System.Object
DomainService
GithubPatchAnalyzer
Implements
IGithubPatchAnalyzer
IDomainService
ITransientDependency
Inherited Members
DomainService.ServiceProvider
DomainService.ServiceProviderLock
DomainService.LazyGetRequiredService<TService>(TService)
DomainService.Clock
DomainService.GuidGenerator
DomainService.LoggerFactory
DomainService.CurrentTenant
DomainService.AsyncExecuter
DomainService.Logger
Namespace: Volo.Docs.GitHub.Documents
Assembly: Volo.Docs.Domain.dll
Syntax
public class GithubPatchAnalyzer : DomainService, IGithubPatchAnalyzer, IDomainService, ITransientDependency

Methods

HasPatchSignificantChanges(String)

Declaration
public bool HasPatchSignificantChanges(string patch)
Parameters
Type Name Description
System.String patch
Returns
Type Description
System.Boolean

Implements

IGithubPatchAnalyzer
IDomainService
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