예제 #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());
 }