public void InsertServiceAt(ServiceType newValue, int index) { InsertDomElementAt("", "Service", index, newValue); }
public void ReplaceServiceAt(ServiceType newValue, int index) { ReplaceDomElementAt("", "Service", index, newValue); }
public XmlNode AddService(ServiceType newValue) { return AppendDomElement("", "Service", newValue); }
public XmlNode AddService(ServiceType newValue) { return(AppendDomElement("", "Service", newValue)); }
public OnlineResourceEnumerator(ServiceType par) { parent = par; nIndex = -1; }
public TitleEnumerator(ServiceType par) { parent = par; nIndex = -1; }
public KeywordListEnumerator(ServiceType par) { parent = par; nIndex = -1; }
public FeesEnumerator(ServiceType par) { parent = par; nIndex = -1; }
public ContactInformationEnumerator(ServiceType par) { parent = par; nIndex = -1; }
public AccessConstraintsEnumerator(ServiceType par) { parent = par; nIndex = -1; }
public Abstract2Enumerator(ServiceType par) { parent = par; nIndex = -1; }