SIL.Cog.Application.Services.AnalysisService.AnalysisService C# (CSharp) Méthode

AnalysisService() public méthode

public AnalysisService ( SpanFactory spanFactory, SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, IDialogService dialogService, IBusyService busyService ) : System.Collections.Generic
spanFactory SpanFactory
segmentPool SIL.Cog.Domain.SegmentPool
projectService IProjectService
dialogService IDialogService
busyService IBusyService
Résultat System.Collections.Generic
        public AnalysisService(SpanFactory<ShapeNode> spanFactory, SegmentPool segmentPool, IProjectService projectService, IDialogService dialogService, IBusyService busyService)
        {
            _spanFactory = spanFactory;
            _segmentPool = segmentPool;
            _projectService = projectService;
            _dialogService = dialogService;
            _busyService = busyService;
        }