Ejemplo n.º 1
0
 public void InsertSecondsAt(SchemaInt newValue, int index)
 {
     if (newValue.IsNull() == false)
     {
         InsertDomChildAt(NodeType.Element, "", "Seconds", index, newValue.ToString());
     }
 }
Ejemplo n.º 2
0
 public void InsertlevelsAt(SchemaInt newValue, int index)
 {
     if (newValue.IsNull() == false)
     {
         InsertDomChildAt(NodeType.Attribute, "", "levels", index, newValue.ToString());
     }
 }
Ejemplo n.º 3
0
 public void InsertdistanceabovesurfaceAt(SchemaInt newValue, int index)
 {
     if (newValue.IsNull() == false)
     {
         InsertDomChildAt(NodeType.Attribute, "", "distanceabovesurface", index, newValue.ToString());
     }
 }
Ejemplo n.º 4
0
 public XmlNode Adddistanceabovesurface(SchemaInt newValue)
 {
     if (newValue.IsNull() == false)
     {
         return(AppendDomChild(NodeType.Attribute, "", "distanceabovesurface", newValue.ToString()));
     }
     return(null);
 }
Ejemplo n.º 5
0
 public XmlNode AddSeconds(SchemaInt newValue)
 {
     if (newValue.IsNull() == false)
     {
         return(AppendDomChild(NodeType.Element, "", "Seconds", newValue.ToString()));
     }
     return(null);
 }
Ejemplo n.º 6
0
 public XmlNode Addlevels(SchemaInt newValue)
 {
     if (newValue.IsNull() == false)
     {
         return(AppendDomChild(NodeType.Attribute, "", "levels", newValue.ToString()));
     }
     return(null);
 }
Ejemplo n.º 7
0
		public GreenType(SchemaInt newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Ejemplo n.º 8
0
 public void InsertSecondsAt(SchemaInt newValue, int index)
 {
     this.InsertDomChildAt(NodeType.Element, "", "Seconds", index, newValue.ToString());
 }
Ejemplo n.º 9
0
 public void ReplaceMinsAt(SchemaInt newValue, int index)
 {
     this.ReplaceDomChildAt(NodeType.Element, "", "Mins", index, newValue.ToString());
 }
Ejemplo n.º 10
0
 public void AddNumberLevels(SchemaInt newValue)
 {
     AppendDomChild(NodeType.Element, "", "NumberLevels", newValue.ToString());
 }
Ejemplo n.º 11
0
 public void ReplaceSecondsAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "Seconds", index, newValue.ToString());
 }
Ejemplo n.º 12
0
 public void InsertMinsAt(SchemaInt newValue, int index)
 {
     InsertDomChildAt(NodeType.Element, "", "Mins", index, newValue.ToString());
 }
Ejemplo n.º 13
0
 public OpacityType(SchemaInt newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 14
0
 public void ReplacelevelsAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "levels", index, newValue.ToString());
 }
Ejemplo n.º 15
0
 public void AddTextureSizePixels(SchemaInt newValue)
 {
     AppendDomChild(NodeType.Element, "", "TextureSizePixels", newValue.ToString());
 }
Ejemplo n.º 16
0
 public void ReplacetilepixelsizeAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "tilepixelsize", index, newValue.ToString());
 }
Ejemplo n.º 17
0
 public void ReplaceSamplesPerTileAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "SamplesPerTile", index, newValue.ToString());
 }
Ejemplo n.º 18
0
 public void AddSamplesPerTile(SchemaInt newValue)
 {
     AppendDomChild(NodeType.Element, "", "SamplesPerTile", newValue.ToString());
 }
Ejemplo n.º 19
0
 public void ReplaceNumberLevelsAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "NumberLevels", index, newValue.ToString());
 }
Ejemplo n.º 20
0
		public RedType2(SchemaInt newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Ejemplo n.º 21
0
 public void InsertSizeAt(SchemaInt newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "Size", index, newValue.ToString());
 }
Ejemplo n.º 22
0
 public GreenType(SchemaInt newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 23
0
 public void AddSize(SchemaInt newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "Size", newValue.ToString());
 }
Ejemplo n.º 24
0
 public BlueType(SchemaInt newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 25
0
 public void ReplacedistanceabovesurfaceAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "distanceabovesurface", index, newValue.ToString());
 }
Ejemplo n.º 26
0
 public void AddSeconds(SchemaInt newValue)
 {
     AppendDomChild(NodeType.Element, "", "Seconds", newValue.ToString());
 }
Ejemplo n.º 27
0
 public void AddMins(SchemaInt newValue)
 {
     this.AppendDomChild(NodeType.Element, "", "Mins", newValue.ToString());
 }
Ejemplo n.º 28
0
 public RedType2(SchemaInt newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 29
0
 public void ReplaceTextureSizePixelsAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "TextureSizePixels", index, newValue.ToString());
 }