C# Class SIL.FieldWorks.TE.SectionCboItem

Class to represent sections in the To/From combo boxes
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
SectionCboItem ( ITsString title, int sectionIndex, int indexInOtherList ) : System

Initializes a new instance of the T:SectionCboItem class.

ToString ( ) : string

Returns a that represents the current .

Method Details

SectionCboItem() public method

Initializes a new instance of the T:SectionCboItem class.
public SectionCboItem ( ITsString title, int sectionIndex, int indexInOtherList ) : System
title ITsString The description of the section (reference + section heading /// text).
sectionIndex int Index of the section in the book.
indexInOtherList int The index of the corresponding item in the other /// combo box list (used for making sure that a proper range is set, e.g. the From /// section is not greater than the To section).
return System

ToString() public method

Returns a that represents the current .
public ToString ( ) : string
return string