C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.MultiLevelConc

A MultiLevelConc (concordance) displays a concordance. The concordance can consist of a mixture of context slices (which are leaf nodes in a tree, and typically display one occurrence of an interesting item in context) and summary slices (which typically show a particular interesting item, and can be expanded to show either further summaries or contexts). The concordance is initialized with a list (any IList implementation)of IConcSliceInfo objects. This interface provides information to control how each slice is displayed. Some default implementations are provided in this component.
상속: DataTree
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
MakeEditorAt ( int i ) : Slice
MultiLevelConc ( FDO cache, IList items ) : System

비공개 메소드들

메소드 설명
InsertDummies ( ConcSlice concSlice, int index, int count ) : void

메소드 상세

MakeEditorAt() 공개 메소드

public MakeEditorAt ( int i ) : Slice
i int
리턴 Slice

MultiLevelConc() 공개 메소드

public MultiLevelConc ( FDO cache, IList items ) : System
cache FDO
items IList
리턴 System