public void ReplacerollupConditionsAt(rollupConditionsType newValue, int index) { ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsss", "rollupConditions", index, newValue); }
public rollupConditionEnumerator(rollupConditionsType par) { parent = par; nIndex = -1; }
public void AddrollupConditions(rollupConditionsType newValue) { AppendDomElement("http://www.imsglobal.org/xsd/imsss", "rollupConditions", newValue); }