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