/// <summary> ///Saves property values to be retained when opening the node /// </summary> protected override void SerializeCore(XmlElement nodeElement, SaveContext context) { base.SerializeCore(nodeElement, context); nodeElement.SetAttribute("Story", Story); nodeElement.SetAttribute("V_major_max", V_major_max.ToString()); nodeElement.SetAttribute("V_major_min", V_major_min.ToString()); nodeElement.SetAttribute("M_major_max", M_major_max.ToString()); nodeElement.SetAttribute("M_major_min", M_major_min.ToString()); nodeElement.SetAttribute("P_max", P_max.ToString()); nodeElement.SetAttribute("P_min", P_min.ToString()); nodeElement.SetAttribute("V_minor_max", V_minor_max.ToString()); nodeElement.SetAttribute("V_minor_min", V_minor_min.ToString()); nodeElement.SetAttribute("M_minor_max", M_minor_max.ToString()); nodeElement.SetAttribute("M_minor_min", M_minor_min.ToString()); nodeElement.SetAttribute("SelectedCombo", SelectedCombo); }
/// <summary> ///Saves property values to be retained when opening the node /// </summary> protected override void SerializeCore(XmlElement nodeElement, SaveContext context) { base.SerializeCore(nodeElement, context); //nodeElement.SetAttribute("BeamCopeCase", BeamCopeCase); nodeElement.SetAttribute("V_major_max", V_major_max.ToString()); nodeElement.SetAttribute("V_major_min", V_major_min.ToString()); nodeElement.SetAttribute("M_major_max", M_major_max.ToString()); nodeElement.SetAttribute("M_major_min", M_major_min.ToString()); nodeElement.SetAttribute("P_max", P_max.ToString()); nodeElement.SetAttribute("P_min", P_min.ToString()); nodeElement.SetAttribute("V_minor_max", V_minor_max.ToString()); nodeElement.SetAttribute("V_minor_min", V_minor_min.ToString()); nodeElement.SetAttribute("M_minor_max", M_minor_max.ToString()); nodeElement.SetAttribute("M_minor_min", M_minor_min.ToString()); nodeElement.SetAttribute("StationRatio", StationRatio.ToString()); nodeElement.SetAttribute("SpecifyStation", SpecifyStation.ToString()); nodeElement.SetAttribute("SelectedCombo", SelectedCombo); }