C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.TwoLevelConc.StringListConcPolicy

This implementation of IConcPolicy is initialized with a list of key strings. There should be one for each slice.
상속: IConcPolicy
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
FlidFor ( int islice, int hvo ) : int

This version does not use FLIDs to get key strings.

Item ( int i ) : int

This version does not use HVOs for items.

KeyFor ( int islice, int hvo ) : ITsString

Just return the islice'th string.

StringListConcPolicy ( ITsString strings ) : SIL.FieldWorks.FDO

메소드 상세

FlidFor() 공개 메소드

This version does not use FLIDs to get key strings.
public FlidFor ( int islice, int hvo ) : int
islice int
hvo int
리턴 int

Item() 공개 메소드

This version does not use HVOs for items.
public Item ( int i ) : int
i int
리턴 int

KeyFor() 공개 메소드

Just return the islice'th string.
public KeyFor ( int islice, int hvo ) : ITsString
islice int
hvo int
리턴 ITsString

StringListConcPolicy() 공개 메소드

public StringListConcPolicy ( ITsString strings ) : SIL.FieldWorks.FDO
strings ITsString
리턴 SIL.FieldWorks.FDO