コード例 #1
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);
 }
コード例 #2
0
 /// <summary>
 /// Create a new Tag object.
 /// </summary>
 /// <param name="tagID">Initial value of the TagID property.</param>
 /// <param name="classification">Initial value of the Classification property.</param>
 public static Tag CreateTag(global::System.String tagID, global::System.String classification)
 {
     Tag tag = new Tag();
     tag.TagID = tagID;
     tag.Classification = classification;
     return tag;
 }