SIL.FieldWorks.CacheLight.RealDataCache.GetDisplayIndex C# (CSharp) Method

GetDisplayIndex() public method

Member GetDisplayIndex
public GetDisplayIndex ( int hvoOwn, int flid, int ihvo ) : int
hvoOwn int hvoOwn
flid int flid
ihvo int ihvo
return int
		public int GetDisplayIndex(int hvoOwn, int flid, int ihvo)
		{
			CheckDisposed();
			// default implementation: display index = real index
			return ihvo;
		}