C# Class SIL.Cog.Application.ViewModels.CognateIdentifierOptionsViewModel

Inheritance: ComponentOptionsViewModel
显示文件 Open project: sillsdev/cog Class Usage Examples

Public Methods

Method Description
CognateIdentifierOptionsViewModel ( SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, BlairCognateIdentifierViewModel blairCognateIdentifier, ThresholdCognateIdentifierViewModel thresholdCognateIdentifier, DolgopolskyCognateIdentifierViewModel dolgopolskyCognateIdentifier ) : SIL.Cog.Application.Services
Setup ( ) : void
UpdateComponent ( ) : object

Method Details

CognateIdentifierOptionsViewModel() public method

public CognateIdentifierOptionsViewModel ( SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, BlairCognateIdentifierViewModel blairCognateIdentifier, ThresholdCognateIdentifierViewModel thresholdCognateIdentifier, DolgopolskyCognateIdentifierViewModel dolgopolskyCognateIdentifier ) : SIL.Cog.Application.Services
segmentPool SIL.Cog.Domain.SegmentPool
projectService IProjectService
blairCognateIdentifier BlairCognateIdentifierViewModel
thresholdCognateIdentifier ThresholdCognateIdentifierViewModel
dolgopolskyCognateIdentifier DolgopolskyCognateIdentifierViewModel
return SIL.Cog.Application.Services

Setup() public method

public Setup ( ) : void
return void

UpdateComponent() public method

public UpdateComponent ( ) : object
return object