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

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

Private Properties

Property Type Description

Public Methods

Method Description
AcceptChanges ( ) : void
RelevantFeatureViewModel ( SymbolicFeature feature, int weight, bool vowel, bool consonant, int>.ReadOnlyDictionary valueMetrics ) : System.Collections.Generic

Method Details

AcceptChanges() public method

public AcceptChanges ( ) : void
return void

RelevantFeatureViewModel() public method

public RelevantFeatureViewModel ( SymbolicFeature feature, int weight, bool vowel, bool consonant, int>.ReadOnlyDictionary valueMetrics ) : System.Collections.Generic
feature SymbolicFeature
weight int
vowel bool
consonant bool
valueMetrics int>.ReadOnlyDictionary
return System.Collections.Generic