C# Class SIL.Cog.Domain.WordPair

Inheritance: ObservableObject
Show file Open project: sillsdev/cog Class Usage Examples

Public Methods

Method Description
GetWord ( Variety v ) : Word
WordPair ( Word word1, Word word2 ) : SIL.Collections

Private Methods

Method Description
UpdateCognacy ( ) : void

Method Details

GetWord() public method

public GetWord ( Variety v ) : Word
v Variety
return Word

WordPair() public method

public WordPair ( Word word1, Word word2 ) : SIL.Collections
word1 Word
word2 Word
return SIL.Collections