예제 #1
0
 public void AddmultipleValues(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "multipleValues", newValue.ToString());
 }
예제 #2
0
 public void ReplacewriteNormalizedMeasureAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "writeNormalizedMeasure", index, newValue.ToString());
 }
예제 #3
0
 public void AddUseTransparency(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Element, "", "UseTransparency", newValue.ToString());
 }
예제 #4
0
 public void InsertreadNormalizedMeasureAt(SchemaBoolean newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "readNormalizedMeasure", index, newValue.ToString());
 }
예제 #5
0
 public void ReplacewriteSatisfiedStatusAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "writeSatisfiedStatus", index, newValue.ToString());
 }
예제 #6
0
 public void ReplaceshowbluemarbleAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "showbluemarble", index, newValue.ToString());
 }
예제 #7
0
 public void InsertisvisibleAt(SchemaBoolean newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "isvisible", index, newValue.ToString());
 }
 public void AddchoiceExit(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "choiceExit", newValue.ToString());
 }
 public void ReplacechoiceExitAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "choiceExit", index, newValue.ToString());
 }
 public void AddIsDefault(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "IsDefault", newValue.ToString());
 }
 public void ReplaceIsDefaultAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "IsDefault", index, newValue.ToString());
 }
예제 #12
0
 public void ReplacenearestValueAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "nearestValue", index, newValue.ToString());
 }
예제 #13
0
 public void AddnearestValue(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "nearestValue", newValue.ToString());
 }
예제 #14
0
 public void ReplacemultipleValuesAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "multipleValues", index, newValue.ToString());
 }
예제 #15
0
 public void AddShowAtStartup(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "ShowAtStartup", newValue.ToString());
 }
 public void Addflow(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "flow", newValue.ToString());
 }
예제 #17
0
 public void ReplaceShowAtStartupAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "ShowAtStartup", index, newValue.ToString());
 }
 public void InsertflowAt(SchemaBoolean newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "flow", index, newValue.ToString());
 }
예제 #19
0
 public void Addisvisible(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "isvisible", newValue.ToString());
 }
 public void AddforwardOnly(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "forwardOnly", newValue.ToString());
 }
예제 #21
0
 public void InsertreadSatisfiedStatusAt(SchemaBoolean newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "readSatisfiedStatus", index, newValue.ToString());
 }
 public void ReplaceforwardOnlyAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "forwardOnly", index, newValue.ToString());
 }
예제 #23
0
 public void AddwriteSatisfiedStatus(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "writeSatisfiedStatus", newValue.ToString());
 }
 public void InsertuseCurrentAttemptObjectiveInfoAt(SchemaBoolean newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "useCurrentAttemptObjectiveInfo", index, newValue.ToString());
 }
예제 #25
0
 public void AddwriteNormalizedMeasure(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "writeNormalizedMeasure", newValue.ToString());
 }
 public void AdduseCurrentAttemptProgressInfo(SchemaBoolean newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "useCurrentAttemptProgressInfo", newValue.ToString());
 }
예제 #27
0
 public void ReplaceenabledAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "enabled", index, newValue.ToString());
 }
 public void ReplaceuseCurrentAttemptProgressInfoAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "useCurrentAttemptProgressInfo", index, newValue.ToString());
 }
예제 #29
0
 public void ReplaceUseTransparencyAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "UseTransparency", index, newValue.ToString());
 }
예제 #30
0
 public void ReplacemeasureSatisfactionIfActiveAt(SchemaBoolean newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "measureSatisfactionIfActive", index, newValue.ToString());
 }