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
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

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

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

Item() public méthode

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

KeyFor() public méthode

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

StringListConcPolicy() public méthode

public StringListConcPolicy ( ITsString strings ) : SIL.FieldWorks.FDO
strings ITsString
Résultat SIL.FieldWorks.FDO