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

CacheTimeProp() public method

Member CacheTimeProp
IVwCacheDa method
public CacheTimeProp ( int hvo, int tag, long val ) : void
hvo int hvo
tag int tag
val long val
return void
		public void CacheTimeProp(int hvo, int tag, long val)
		{
			CheckDisposed();

			AddToLongCache(hvo, tag, val, CellarPropertyType.Time);
		}