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