SIL.FieldWorks.FdoUi.InflectionClassFilter.List C# (CSharp) Method

List() static public method

Return the HVO of the list from which choices can be made. Critical TODO JohnT: this isn't right; need to get the simple list chooser populated with the items we put in the chooser; but how??
static public List ( SIL.FieldWorks.FDO.FdoCache cache ) : int
cache SIL.FieldWorks.FDO.FdoCache
return int
		static public int List(FdoCache cache)
		{
			return cache.LanguageProject.PartsOfSpeechOA.Hvo;
		}