コード例 #1
0
 public selectionTimingEnumerator(randomizationType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #2
0
 public void ReplacerandomizationControlsAt(randomizationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsss", "randomizationControls", index, newValue);
 }
コード例 #3
0
 public reorderChildrenEnumerator(randomizationType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #4
0
 public void AddrandomizationControls(randomizationType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsss", "randomizationControls", newValue);
 }