Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the stat_light EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTostat_light(stat_light_ stat_light_)
 {
     base.AddObject("stat_light", stat_light_);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new stat_light_ object.
 /// </summary>
 /// <param name="texte">Initial value of the texte property.</param>
 public static stat_light_ Createstat_light_(global::System.String texte)
 {
     stat_light_ stat_light_ = new stat_light_();
     stat_light_.texte = texte;
     return stat_light_;
 }