Exemple #1
0
 public void Addtitle(titleType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "title", newValue);
 }
Exemple #2
0
 public void ReplacetitleAt(titleType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "title", index, newValue);
 }
			public langstringEnumerator(titleType par) 
			{
				parent = par;
				nIndex = -1;
			}