Exemple #1
0
 /// <summary>
 /// Create a new tag object.
 /// </summary>
 /// <param name="guid">Initial value of the guid property.</param>
 /// <param name="name">Initial value of the name property.</param>
 public static tag Createtag(global::System.Guid guid, global::System.String name)
 {
     tag tag = new tag();
     tag.guid = guid;
     tag.name = name;
     return tag;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotags(tag tag)
 {
     base.AddObject("tags", tag);
 }