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

Inheritance: ViewModelBase
Show file Open project: sillsdev/cog

Private Properties

Property Type Description
IndexOf int

Public Methods

Method Description
MultipleWordAlignmentWordViewModel ( MultipleWordAlignmentViewModel parent, Word word, AlignmentCell prefix, IEnumerable columns, AlignmentCell suffix, int cognateSetIndex ) : System.Collections.Generic

Private Methods

Method Description
IndexOf ( IEnumerable words, Word word ) : int

Method Details

MultipleWordAlignmentWordViewModel() public method

public MultipleWordAlignmentWordViewModel ( MultipleWordAlignmentViewModel parent, Word word, AlignmentCell prefix, IEnumerable columns, AlignmentCell suffix, int cognateSetIndex ) : System.Collections.Generic
parent MultipleWordAlignmentViewModel
word Word
prefix AlignmentCell
columns IEnumerable
suffix AlignmentCell
cognateSetIndex int
return System.Collections.Generic