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

GetOutlineNumber() public method

Member GetOutlineNumber
public GetOutlineNumber ( int hvo, int flid, bool fFinPer ) : string
hvo int hvo
flid int flid
fFinPer bool fFinPer
return string
		public string GetOutlineNumber(int hvo, int flid, bool fFinPer)
		{
			CheckDisposed();

			throw new NotImplementedException("'GetOutlineNumber' not implemented yet.");
		}