コード例 #1
0
ファイル: RequestType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void ReplacePutStylesAt(PutStylesType newValue, int index)
 {
     ReplaceDomElementAt("", "PutStyles", index, newValue);
 }
コード例 #2
0
ファイル: RequestType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void AddPutStyles(PutStylesType newValue)
 {
     AppendDomElement("", "PutStyles", newValue);
 }
コード例 #3
0
ファイル: RequestType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void InsertPutStylesAt(PutStylesType newValue, int index)
 {
     InsertDomElementAt("", "PutStyles", index, newValue);
 }
コード例 #4
0
ファイル: PutStylesType.cs プロジェクト: wikey2013/WIKEYEARTH
 public FormatEnumerator(PutStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #5
0
ファイル: PutStylesType.cs プロジェクト: wikey2013/WIKEYEARTH
 public DCPTypeEnumerator(PutStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #6
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void ReplacePutStylesAt(PutStylesType newValue, int index)
		{
			ReplaceDomElementAt("", "PutStyles", index, newValue);
		}
コード例 #7
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void InsertPutStylesAt(PutStylesType newValue, int index)
		{
			InsertDomElementAt("", "PutStyles", index, newValue);
		}
コード例 #8
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void AddPutStyles(PutStylesType newValue)
		{
			AppendDomElement("", "PutStyles", newValue);
		}
コード例 #9
0
			public DCPTypeEnumerator(PutStylesType par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #10
0
			public FormatEnumerator(PutStylesType par) 
			{
				parent = par;
				nIndex = -1;
			}