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

OpenFlowObject() protected method

Opens a flow object. Default only cares for the purpose of keeping track of non-property things added, which affects our count of gaps in properties, which is important for figuring out which literal a selection is part of.
protected OpenFlowObject ( ) : void
return void
		protected virtual void OpenFlowObject()
		{
			NoteAddingSomething();
		}