Example #1
0
 public void ReplaceDCPTypeAt(DCPTypeType newValue, int index)
 {
     ReplaceDomElementAt("", "DCPType", index, newValue);
 }
Example #2
0
 public void AddDCPType(DCPTypeType newValue)
 {
     AppendDomElement("", "DCPType", newValue);
 }
Example #3
0
 public void InsertDCPTypeAt(DCPTypeType newValue, int index)
 {
     InsertDomElementAt("", "DCPType", index, newValue);
 }
		public void ReplaceDCPTypeAt(DCPTypeType newValue, int index)
		{
			ReplaceDomElementAt("", "DCPType", index, newValue);
		}
		public void InsertDCPTypeAt(DCPTypeType newValue, int index)
		{
			InsertDomElementAt("", "DCPType", index, newValue);
		}
		public void AddDCPType(DCPTypeType newValue)
		{
			AppendDomElement("", "DCPType", newValue);
		}
Example #7
0
 public HTTPEnumerator(DCPTypeType par)
 {
     parent = par;
     nIndex = -1;
 }
Example #8
0
			public HTTPEnumerator(DCPTypeType par) 
			{
				parent = par;
				nIndex = -1;
			}