Beispiel #1
0
        /// <summary>
        /// Create a new BlogTag object.
        /// </summary>
        /// <param name="blogID">Initial value of the BlogID property.</param>
        /// <param name="tagID">Initial value of the TagID property.</param>
        /// <param name="userName">Initial value of the UserName property.</param>
        public static BlogTag CreateBlogTag(global::System.Int32 blogID, global::System.Int32 tagID, global::System.String userName)
        {
            BlogTag blogTag = new BlogTag();

            blogTag.BlogID   = blogID;
            blogTag.TagID    = tagID;
            blogTag.UserName = userName;
            return(blogTag);
        }
 /// <summary>
 /// Create a new BlogTag object.
 /// </summary>
 /// <param name="blogID">Initial value of the BlogID property.</param>
 /// <param name="tagID">Initial value of the TagID property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 public static BlogTag CreateBlogTag(global::System.Int32 blogID, global::System.Int32 tagID, global::System.String userName)
 {
     BlogTag blogTag = new BlogTag();
     blogTag.BlogID = blogID;
     blogTag.TagID = tagID;
     blogTag.UserName = userName;
     return blogTag;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the BlogTags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlogTags(BlogTag blogTag)
 {
     base.AddObject("BlogTags", blogTag);
 }
Beispiel #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BlogTags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlogTags(BlogTag blogTag)
 {
     base.AddObject("BlogTags", blogTag);
 }