コード例 #1
0
 public void ReplacedatafromlmsAt(datafromlmsType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "datafromlms", index, newValue.ToString());
 }
コード例 #2
0
 public void Adddatafromlms(datafromlmsType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "datafromlms", newValue.ToString());
 }