public FormatEnumerator(GetMapType par) { parent = par; nIndex = -1; }
public DCPTypeEnumerator(GetMapType par) { parent = par; nIndex = -1; }
public void ReplaceGetMapAt(GetMapType newValue, int index) { ReplaceDomElementAt("", "GetMap", index, newValue); }
public void InsertGetMapAt(GetMapType newValue, int index) { InsertDomElementAt("", "GetMap", index, newValue); }
public XmlNode AddGetMap(GetMapType newValue) { return(AppendDomElement("", "GetMap", newValue)); }
public XmlNode AddGetMap(GetMapType newValue) { return AppendDomElement("", "GetMap", newValue); }