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

InsertNew() public method

Member InsertNew
public InsertNew ( int hvoObj, int tag, int ihvo, int chvo, IVwStylesheet _ss ) : void
hvoObj int hvoObj
tag int tag
ihvo int ihvo
chvo int chvo
_ss IVwStylesheet _ss
return void
		public void InsertNew(int hvoObj, int tag, int ihvo, int chvo, IVwStylesheet _ss)
		{
			CheckDisposed();

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