C# Class 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.
Inheritance: IConcPolicy
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
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

Method Details

FlidFor() public method

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

Item() public method

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

KeyFor() public method

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

StringListConcPolicy() public method

public StringListConcPolicy ( ITsString strings ) : SIL.FieldWorks.FDO
strings ITsString
return SIL.FieldWorks.FDO