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

Inheritance: ComponentSettingsViewModelBase
ファイルを表示 Open project: sillsdev/cog Class Usage Examples

Public Methods

Method Description
AcceptChanges ( ) : void
AlineViewModel ( SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, SIL.Cog.Application.ViewModels.SoundClassesViewModel soundClasses ) : System.Collections.Generic
Setup ( ) : void
UpdateComponent ( ) : object

Method Details

AcceptChanges() public method

public AcceptChanges ( ) : void
return void

AlineViewModel() public method

public AlineViewModel ( SIL.Cog.Domain.SegmentPool segmentPool, IProjectService projectService, SIL.Cog.Application.ViewModels.SoundClassesViewModel soundClasses ) : System.Collections.Generic
segmentPool SIL.Cog.Domain.SegmentPool
projectService IProjectService
soundClasses SIL.Cog.Application.ViewModels.SoundClassesViewModel
return System.Collections.Generic

Setup() public method

public Setup ( ) : void
return void

UpdateComponent() public method

public UpdateComponent ( ) : object
return object