SIL.FieldWorks.Common.RootSites.CollectorEnv.DisplayThisObject C# (CSharp) Méthode

DisplayThisObject() protected méthode

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