SIL.FieldWorks.FDO.ExtraPropChangedInserter.ExtraPropChangedInserter C# (CSharp) Метод

ExtraPropChangedInserter() публичный Метод

Make one.
public ExtraPropChangedInserter ( IActionHandler actionHandler, ISilDataAccess sda, int hvo, int tag, int ihvo, int chvoIns, int chvoDel ) : System
actionHandler IActionHandler
sda ISilDataAccess
hvo int
tag int
ihvo int
chvoIns int
chvoDel int
Результат System
		public ExtraPropChangedInserter(IActionHandler actionHandler, ISilDataAccess sda, int hvo, int tag, int
			ihvo, int chvoIns, int chvoDel)
		{
			m_actionHandler = actionHandler;
			m_action = ExtraPropChangedAction.AddAndInvokeIfRedo(m_actionHandler, sda, hvo, tag, ihvo, chvoIns, chvoDel, false);
		}
ExtraPropChangedInserter