public selectionTimingEnumerator(randomizationType par) { parent = par; nIndex = -1; }
public void ReplacerandomizationControlsAt(randomizationType newValue, int index) { ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsss", "randomizationControls", index, newValue); }
public reorderChildrenEnumerator(randomizationType par) { parent = par; nIndex = -1; }
public void AddrandomizationControls(randomizationType newValue) { AppendDomElement("http://www.imsglobal.org/xsd/imsss", "randomizationControls", newValue); }