public void AddmultipleValues(SchemaBoolean newValue) { AppendDomChild(NodeType.Attribute, "", "multipleValues", newValue.ToString()); }
public void ReplacewriteNormalizedMeasureAt(SchemaBoolean newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "writeNormalizedMeasure", index, newValue.ToString()); }
public void AddUseTransparency(SchemaBoolean newValue) { AppendDomChild(NodeType.Element, "", "UseTransparency", newValue.ToString()); }
public void InsertreadNormalizedMeasureAt(SchemaBoolean newValue, int index) { InsertDomChildAt(NodeType.Attribute, "", "readNormalizedMeasure", index, newValue.ToString()); }
public void ReplacewriteSatisfiedStatusAt(SchemaBoolean newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "writeSatisfiedStatus", index, newValue.ToString()); }
public void ReplaceshowbluemarbleAt(SchemaBoolean newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "showbluemarble", index, newValue.ToString()); }
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()); }
public void ReplacenearestValueAt(SchemaBoolean newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "nearestValue", index, newValue.ToString()); }
public void AddnearestValue(SchemaBoolean newValue) { AppendDomChild(NodeType.Attribute, "", "nearestValue", newValue.ToString()); }
public void ReplacemultipleValuesAt(SchemaBoolean newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "multipleValues", index, newValue.ToString()); }
public void AddShowAtStartup(SchemaBoolean newValue) { AppendDomChild(NodeType.Attribute, "", "ShowAtStartup", newValue.ToString()); }
public void Addflow(SchemaBoolean newValue) { AppendDomChild(NodeType.Attribute, "", "flow", newValue.ToString()); }
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()); }
public void Addisvisible(SchemaBoolean newValue) { AppendDomChild(NodeType.Attribute, "", "isvisible", newValue.ToString()); }
public void AddforwardOnly(SchemaBoolean newValue) { AppendDomChild(NodeType.Attribute, "", "forwardOnly", newValue.ToString()); }
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()); }
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()); }
public void AddwriteNormalizedMeasure(SchemaBoolean newValue) { AppendDomChild(NodeType.Attribute, "", "writeNormalizedMeasure", newValue.ToString()); }
public void AdduseCurrentAttemptProgressInfo(SchemaBoolean newValue) { AppendDomChild(NodeType.Attribute, "", "useCurrentAttemptProgressInfo", newValue.ToString()); }
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()); }
public void ReplaceUseTransparencyAt(SchemaBoolean newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "UseTransparency", index, newValue.ToString()); }
public void ReplacemeasureSatisfactionIfActiveAt(SchemaBoolean newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "measureSatisfactionIfActive", index, newValue.ToString()); }