SIL.FieldWorks.FdoUi.ReferenceCollectionUi.ReferenceCollectionUi C# (CSharp) Method

ReferenceCollectionUi() public method

public ReferenceCollectionUi ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject rootObj, int referenceFlid, int targetHvo ) : System
cache SIL.FieldWorks.FDO.FdoCache
rootObj ICmObject
referenceFlid int
targetHvo int
return System
		public ReferenceCollectionUi(FdoCache cache, ICmObject rootObj, int referenceFlid, int targetHvo) :
			base(cache, rootObj, referenceFlid, targetHvo)
		{
			Debug.Assert(m_iType == CellarPropertyType.ReferenceCollection);
		}
ReferenceCollectionUi