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