コード例 #1
0
 public rollupRuleEnumerator(rollupRulesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #2
0
 public objectiveMeasureWeightEnumerator(rollupRulesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #3
0
 public rollupProgressCompletionEnumerator(rollupRulesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #4
0
 public rollupObjectiveSatisfiedEnumerator(rollupRulesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #5
0
 public void ReplacerollupRulesAt(rollupRulesType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsss", "rollupRules", index, newValue);
 }
コード例 #6
0
 public void AddrollupRules(rollupRulesType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsss", "rollupRules", newValue);
 }