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