SIL.FieldWorks.Common.RootSites.CollectorEnv.DisplayThisObject C# (CSharp) Method

DisplayThisObject() protected method

Sub-classes can override
protected DisplayThisObject ( int hvoItem, int tag ) : bool
hvoItem int The hvo item.
tag int The tag.
return bool
		protected virtual bool DisplayThisObject(int hvoItem, int tag)
		{
			// no-op: Always assume we want to display an object
			return true;
		}
		#endregion