Beispiel #1
0
 public void OnBeforeWrite(XmlSerializer.XmlObjectWriter writer, System.Xml.XmlNode node)
 {
     _writer = writer;
     if (_xmlNodeChanged != node)
     {
         _xmlNode = node;
     }
     XmlUtil.SetAttribute(node, XmlTags.XMLATT_ComponentID, _varId);
     if (ScopeMethodId != 0)
     {
         XmlUtil.SetAttribute(node, XmlTags.XMLATT_ScopeId, ScopeMethodId);
     }
     if (SubScopeId != 0)
     {
         XmlUtil.SetAttribute(node, XmlTags.XMLATT_SubScopeId, SubScopeId);
     }
 }
 public void UpdateXmlNode(XmlSerializer.XmlObjectWriter writer)
 {
 }
 public void OnBeforeWrite(XmlSerializer.XmlObjectWriter writer, System.Xml.XmlNode node)
 {
 }
 public void UpdateXmlNode(XmlSerializer.XmlObjectWriter writer)
 {
     throw new NotImplementedException();
 }
 public void OnBeforeWrite(XmlSerializer.XmlObjectWriter writer, System.Xml.XmlNode node)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public bool Edit(XmlSerializer.XmlObjectWriter writer, ProgElements.IMethod context, System.Windows.Forms.Form caller, bool isNewAction)
 {
     return(false);
 }