private adlcp_rootv1p2.imscp.organizationType FindDefaultOrg(string org_default, adlcp_rootv1p2.imscp.organizationsType orgs)
 {
     adlcp_rootv1p2.imscp.organizationType org_empty = new adlcp_rootv1p2.imscp.organizationType();
     foreach (var org in orgs.Myorganizations)
     {
         if (org.identifier.ToString() == org_default)
         {
             return(org);
         }
     }
     return(org_empty);
 }
 public void ReplaceorganizationAt(organizationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsproject.org/xsd/imscp_rootv1p1p2", "organization", index, newValue);
 }
 public void Addorganization(organizationType newValue)
 {
     AppendDomElement("http://www.imsproject.org/xsd/imscp_rootv1p1p2", "organization", newValue);
 }
 public metadataEnumerator(organizationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public itemEnumerator(organizationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public structureEnumerator(organizationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public identifierEnumerator(organizationType par)
 {
     parent = par;
     nIndex = -1;
 }