public ContactElectronicMailAddressEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactAddressEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactFacsimileTelephoneEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactPersonPrimaryEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
 public ContactPositionEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #6
0
 public ContactVoiceTelephoneEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #7
0
 public ContactAddressEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #8
0
 public ContactPersonPrimaryEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #9
0
 public ContactPositionEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #10
0
 public ContactElectronicMailAddressEnumerator(ContactInformationType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #11
0
 public XmlNode AddContactInformation(ContactInformationType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "ContactInformation", newValue);
 }
Пример #12
0
 public void ReplaceContactInformationAt(ContactInformationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "ContactInformation", index, newValue);
 }
Пример #13
0
 public void ReplaceContactInformationAt(ContactInformationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "ContactInformation", index, newValue);
 }
Пример #14
0
 public void AddContactInformation(ContactInformationType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "ContactInformation", newValue);
 }