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

GhostStringSlice() public méthode

Create a ghost string slice that pretends to be property flid of the missing object
public GhostStringSlice ( ICmObject obj, int flid, XmlNode nodeObjProp, SIL.FieldWorks.FDO.FdoCache cache ) : System
obj ICmObject The obj.
flid int the empty object flid, which this slice is displaying.
nodeObjProp System.Xml.XmlNode the 'obj' or 'seq' element that requested the ghost
cache SIL.FieldWorks.FDO.FdoCache The cache.
Résultat System
		public GhostStringSlice(ICmObject obj, int flid, XmlNode nodeObjProp, FdoCache cache)
			: base(new GhostStringSliceView(obj.Hvo, flid, nodeObjProp, cache), obj, flid)
		{
			AccessibleName = "GhostStringSlice";
		}
GhostStringSlice