Ejemplo n.º 1
0
 public ServerLogoFilePathEnumerator(Type_ImageTileService2 par)
 {
     parent = par;
     nIndex = -1;
 }
Ejemplo n.º 2
0
 public DataSetNameEnumerator(Type_ImageTileService2 par)
 {
     parent = par;
     nIndex = -1;
 }
Ejemplo n.º 3
0
 public CacheExpirationTimeEnumerator(Type_ImageTileService2 par)
 {
     parent = par;
     nIndex = -1;
 }
Ejemplo n.º 4
0
 public void ReplaceImageTileServiceAt(Type_ImageTileService2 newValue, int index)
 {
     ReplaceDomElementAt("", "ImageTileService", index, newValue);
 }
Ejemplo n.º 5
0
 public ServerUrlEnumerator(Type_ImageTileService2 par)
 {
     parent = par;
     nIndex = -1;
 }
Ejemplo n.º 6
0
 public void AddImageTileService(Type_ImageTileService2 newValue)
 {
     AppendDomElement("", "ImageTileService", newValue);
 }
Ejemplo n.º 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;
			}
Ejemplo n.º 10
0
			public DataSetNameEnumerator(Type_ImageTileService2 par) 
			{
				parent = par;
				nIndex = -1;
			}
Ejemplo n.º 11
0
			public ServerUrlEnumerator(Type_ImageTileService2 par) 
			{
				parent = par;
				nIndex = -1;
			}
Ejemplo n.º 12
0
		public void ReplaceImageTileServiceAt(Type_ImageTileService2 newValue, int index)
		{
			ReplaceDomElementAt("", "ImageTileService", index, newValue);
		}
Ejemplo n.º 13
0
		public void InsertImageTileServiceAt(Type_ImageTileService2 newValue, int index)
		{
			InsertDomElementAt("", "ImageTileService", index, newValue);
		}
Ejemplo n.º 14
0
		public void AddImageTileService(Type_ImageTileService2 newValue)
		{
			AppendDomElement("", "ImageTileService", newValue);
		}