Esempio n. 1
0
 public void ReplaceDCPTypeAt(DCPTypeType newValue, int index)
 {
     ReplaceDomElementAt("", "DCPType", index, newValue);
 }
Esempio n. 2
0
 public XmlNode AddDCPType(DCPTypeType newValue)
 {
     return AppendDomElement("", "DCPType", newValue);
 }
Esempio n. 3
0
 public void InsertDCPTypeAt(DCPTypeType newValue, int index)
 {
     InsertDomElementAt("", "DCPType", index, newValue);
 }
Esempio n. 4
0
			public HTTPEnumerator(DCPTypeType par) 
			{
                this.SetSamplerState(0, SamplerStateparent = par;
                this.SetSamplerState(0, SamplerStatenIndex = -1;
			}