C# 클래스 SIL.FieldWorks.TE.SectionCboItem

Class to represent sections in the To/From combo boxes
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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 .

메소드 상세

SectionCboItem() 공개 메소드

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).
리턴 System

ToString() 공개 메소드

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