C# 클래스 SIL.Cog.Application.ViewModels.CognateIdentifierOptionsViewModel

상속: ComponentOptionsViewModel
파일 보기 프로젝트 열기: sillsdev/cog 1 사용 예제들

공개 메소드들

메소드 설명
CognateIdentifierOptionsViewModel ( SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, BlairCognateIdentifierViewModel blairCognateIdentifier, ThresholdCognateIdentifierViewModel thresholdCognateIdentifier, DolgopolskyCognateIdentifierViewModel dolgopolskyCognateIdentifier ) : SIL.Cog.Application.Services
Setup ( ) : void
UpdateComponent ( ) : object

메소드 상세

CognateIdentifierOptionsViewModel() 공개 메소드

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
리턴 SIL.Cog.Application.Services

Setup() 공개 메소드

public Setup ( ) : void
리턴 void

UpdateComponent() 공개 메소드

public UpdateComponent ( ) : object
리턴 object