コード例 #1
0
 public DCPTypeEnumerator(GetCapabilitiesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #2
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void ReplaceGetCapabilitiesAt(GetCapabilitiesType newValue, int index)
 {
     ReplaceDomElementAt("", "GetCapabilities", index, newValue);
 }
コード例 #3
0
 public FormatEnumerator(GetCapabilitiesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #4
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddGetCapabilities(GetCapabilitiesType newValue)
 {
     return(AppendDomElement("", "GetCapabilities", newValue));
 }
コード例 #5
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void InsertGetCapabilitiesAt(GetCapabilitiesType newValue, int index)
 {
     InsertDomElementAt("", "GetCapabilities", index, newValue);
 }
コード例 #6
0
 public FormatEnumerator(GetCapabilitiesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #7
0
 public DCPTypeEnumerator(GetCapabilitiesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #8
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void ReplaceGetCapabilitiesAt(GetCapabilitiesType newValue, int index)
 {
     ReplaceDomElementAt("", "GetCapabilities", index, newValue);
 }
コード例 #9
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void InsertGetCapabilitiesAt(GetCapabilitiesType newValue, int index)
 {
     InsertDomElementAt("", "GetCapabilities", index, newValue);
 }
コード例 #10
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddGetCapabilities(GetCapabilitiesType newValue)
 {
     return AppendDomElement("", "GetCapabilities", newValue);
 }