Ejemplo n.º 1
0
 public void InsertExtendedInformationAt(Type_ExtendedInformation newValue, int index)
 {
     InsertDomElementAt("", "ExtendedInformation", index, newValue);
 }
Ejemplo n.º 2
0
 public void ReplaceExtendedInformationAt(Type_ExtendedInformation newValue, int index)
 {
     ReplaceDomElementAt("", "ExtendedInformation", index, newValue);
 }
Ejemplo n.º 3
0
 public void ReplaceExtendedInformationAt(Type_ExtendedInformation newValue, int index)
 {
     ReplaceDomElementAt("", "ExtendedInformation", index, newValue);
 }
Ejemplo n.º 4
0
 public XmlNode AddExtendedInformation(Type_ExtendedInformation newValue)
 {
     return AppendDomElement("", "ExtendedInformation", newValue);
 }
Ejemplo n.º 5
0
 public void AddExtendedInformation(Type_ExtendedInformation newValue)
 {
     AppendDomElement("", "ExtendedInformation", newValue);
 }
Ejemplo n.º 6
0
 public void InsertExtendedInformationAt(Type_ExtendedInformation newValue, int index)
 {
     InsertDomElementAt("", "ExtendedInformation", index, newValue);
 }
Ejemplo n.º 7
0
		public void AddExtendedInformation(Type_ExtendedInformation newValue)
		{
			AppendDomElement("", "ExtendedInformation", newValue);
		}
 public ToolBarImageEnumerator(Type_ExtendedInformation par)
 {
     parent = par;
     nIndex = -1;
 }
 public Abstract2Enumerator(Type_ExtendedInformation par)
 {
     parent = par;
     nIndex = -1;
 }
			public ToolBarImageEnumerator(Type_ExtendedInformation par) 
			{
				parent = par;
				nIndex = -1;
			}
			public Abstract2Enumerator(Type_ExtendedInformation par) 
			{
				parent = par;
				nIndex = -1;
			}