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

DummyCmObject() public method

Constructor.
public DummyCmObject ( int hvo, string displayName, int ws ) : System
hvo int
displayName string
ws int
return System
		public DummyCmObject(int hvo, string displayName, int ws)
		{
			m_hvo = hvo;
			m_displayName = displayName ?? " ";
			m_ws = ws;
		}