C# Class SIL.FieldWorks.TE.SectionCboItem

Class to represent sections in the To/From combo boxes
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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).
Résultat System

ToString() public méthode

Returns a that represents the current .
public ToString ( ) : string
Résultat string