Пример #1
0
 public void InsertenabledAt(SchemaBoolean newValue, int index)
 {
     if (newValue.IsNull() == false)
     {
         InsertDomChildAt(NodeType.Attribute, "", "enabled", index, newValue.ToString());
     }
 }
Пример #2
0
 public void InsertIsStrikeoutAt(SchemaBoolean newValue, int index)
 {
     if (newValue.IsNull() == false)
     {
         InsertDomChildAt(NodeType.Element, "", "IsStrikeout", index, newValue.ToString());
     }
 }
Пример #3
0
 public XmlNode AddIsStrikeout(SchemaBoolean newValue)
 {
     if (newValue.IsNull() == false)
     {
         return(AppendDomChild(NodeType.Element, "", "IsStrikeout", newValue.ToString()));
     }
     return(null);
 }
Пример #4
0
 public XmlNode Addenabled(SchemaBoolean newValue)
 {
     if (newValue.IsNull() == false)
     {
         return(AppendDomChild(NodeType.Attribute, "", "enabled", newValue.ToString()));
     }
     return(null);
 }
Пример #5
0
 public void AddreorderChildren(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "reorderChildren", newValue.ToString());
 }
Пример #6
0
 public void AddsatisfiedByMeasure(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "satisfiedByMeasure", newValue.ToString());
 }
Пример #7
0
 public void AddShowAtStartup(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "ShowAtStartup", newValue.ToString());
 }
Пример #8
0
 public void AddnearestValue(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "nearestValue", newValue.ToString());
 }
Пример #9
0
 public void AddmultipleValues(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "multipleValues", newValue.ToString());
 }
Пример #10
0
 public void Addcurrent(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "current", newValue.ToString());
 }
Пример #11
0
 public void AddIsUnderlined(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Element, "", "IsUnderlined", newValue.ToString());
 }
 public void ReplaceisvisibleAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "isvisible", index, newValue.ToString());
 }
 public void Addisvisible(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "isvisible", newValue.ToString());
 }
Пример #14
0
 public void ReplaceconstrainChoiceAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "constrainChoice", index, newValue.ToString());
 }
Пример #15
0
 public void AddconstrainChoice(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "constrainChoice", newValue.ToString());
 }
 public void AddwriteNormalizedMeasure(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "writeNormalizedMeasure", newValue.ToString());
 }
 public void ReplacewriteNormalizedMeasureAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "writeNormalizedMeasure", index, newValue.ToString());
 }
Пример #18
0
 public void InsertIsUnderlinedAt(SchemaBoolean newValue, int index)
 {
     InsertDomChildAt(NodeType.Element, "", "IsUnderlined", index, newValue.ToString());
 }
Пример #19
0
 public void ReplacecurrentAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "current", index, newValue.ToString());
 }
Пример #20
0
 public void AddIsStrikeout(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Element, "", "IsStrikeout", newValue.ToString());
 }
Пример #21
0
 public void ReplacemultipleValuesAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "multipleValues", index, newValue.ToString());
 }
Пример #22
0
 public void ReplaceIsStrikeoutAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "IsStrikeout", index, newValue.ToString());
 }
Пример #23
0
 public void ReplacenearestValueAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "nearestValue", index, newValue.ToString());
 }
 public void InsertreadSatisfiedStatusAt(SchemaBoolean newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "readSatisfiedStatus", index, newValue.ToString());
 }
Пример #25
0
 public void ReplaceShowAtStartupAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "ShowAtStartup", index, newValue.ToString());
 }
 public void InsertreadNormalizedMeasureAt(SchemaBoolean newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "readNormalizedMeasure", index, newValue.ToString());
 }
Пример #27
0
 public void ReplacesatisfiedByMeasureAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "satisfiedByMeasure", index, newValue.ToString());
 }
 public void AddwriteSatisfiedStatus(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "writeSatisfiedStatus", newValue.ToString());
 }
Пример #29
0
 public void ReplacereorderChildrenAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "reorderChildren", index, newValue.ToString());
 }
 public void ReplacewriteSatisfiedStatusAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "writeSatisfiedStatus", index, newValue.ToString());
 }