SIL.FieldWorks.FdoUi.EntryPosFilter.List C# (CSharp) Метод

List() статический публичный Метод

Return the HVO of the list from which choices can be made.
static public List ( SIL.FieldWorks.FDO.FdoCache cache ) : int
cache SIL.FieldWorks.FDO.FdoCache
Результат int
		static public int List(FdoCache cache)
		{
			return cache.LanguageProject.PartsOfSpeechOA.Hvo;
		}
	}