public ServerLogoFilePathEnumerator(Type_ImageTileService2 par)
 {
     parent = par;
     nIndex = -1;
 }
 public DataSetNameEnumerator(Type_ImageTileService2 par)
 {
     parent = par;
     nIndex = -1;
 }
 public CacheExpirationTimeEnumerator(Type_ImageTileService2 par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #4
0
 public void ReplaceImageTileServiceAt(Type_ImageTileService2 newValue, int index)
 {
     ReplaceDomElementAt("", "ImageTileService", index, newValue);
 }
 public ServerUrlEnumerator(Type_ImageTileService2 par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #6
0
 public void AddImageTileService(Type_ImageTileService2 newValue)
 {
     AppendDomElement("", "ImageTileService", newValue);
 }
Пример #7
0
 public void InsertImageTileServiceAt(Type_ImageTileService2 newValue, int index)
 {
     InsertDomElementAt("", "ImageTileService", index, newValue);
 }
			public CacheExpirationTimeEnumerator(Type_ImageTileService2 par) 
			{
				parent = par;
				nIndex = -1;
			}
			public ServerLogoFilePathEnumerator(Type_ImageTileService2 par) 
			{
				parent = par;
				nIndex = -1;
			}
			public DataSetNameEnumerator(Type_ImageTileService2 par) 
			{
				parent = par;
				nIndex = -1;
			}
			public ServerUrlEnumerator(Type_ImageTileService2 par) 
			{
				parent = par;
				nIndex = -1;
			}
Пример #12
0
		public void ReplaceImageTileServiceAt(Type_ImageTileService2 newValue, int index)
		{
			ReplaceDomElementAt("", "ImageTileService", index, newValue);
		}
Пример #13
0
		public void InsertImageTileServiceAt(Type_ImageTileService2 newValue, int index)
		{
			InsertDomElementAt("", "ImageTileService", index, newValue);
		}
Пример #14
0
		public void AddImageTileService(Type_ImageTileService2 newValue)
		{
			AppendDomElement("", "ImageTileService", newValue);
		}