SIL.FieldWorks.Common.Framework.DetailControls.DummyObjectSlice.DummyObjectSlice C# (CSharp) Méthode

DummyObjectSlice() public méthode

Create a slice. Note that callers that will further modify path should pass a Clone.
public DummyObjectSlice ( int indent, XmlNode node, ArrayList path, ICmObject obj, int flid, int ihvoMin, string layoutName, string layoutChoiceField, XmlNode caller ) : System
indent int The indent.
node System.Xml.XmlNode The node.
path System.Collections.ArrayList The path.
obj ICmObject The obj.
flid int The flid.
ihvoMin int The ihvo min.
layoutName string Name of the layout.
layoutChoiceField string The layout choice field.
caller System.Xml.XmlNode The caller.
Résultat System
		public DummyObjectSlice(int indent, XmlNode node, ArrayList path, ICmObject obj, int flid, int ihvoMin,
			string layoutName, string layoutChoiceField, XmlNode caller)
		{
			m_indent = indent;
			m_node = node;
			m_path = path;
			m_obj = obj;
			m_flid = flid;
			m_ihvoMin = ihvoMin;
			m_layoutName = layoutName;
			m_layoutChoiceField = layoutChoiceField;
			m_caller = caller;
		}