/// <summary> /// 新しい wp_comments オブジェクトを作成します。 /// </summary> /// <param name="comment_ID">comment_ID プロパティの初期値。</param> /// <param name="comment_post_ID">comment_post_ID プロパティの初期値。</param> /// <param name="comment_author">comment_author プロパティの初期値。</param> /// <param name="comment_author_email">comment_author_email プロパティの初期値。</param> /// <param name="comment_author_url">comment_author_url プロパティの初期値。</param> /// <param name="comment_author_IP">comment_author_IP プロパティの初期値。</param> /// <param name="comment_date">comment_date プロパティの初期値。</param> /// <param name="comment_date_gmt">comment_date_gmt プロパティの初期値。</param> /// <param name="comment_content">comment_content プロパティの初期値。</param> /// <param name="comment_karma">comment_karma プロパティの初期値。</param> /// <param name="comment_approved">comment_approved プロパティの初期値。</param> /// <param name="comment_agent">comment_agent プロパティの初期値。</param> /// <param name="comment_type">comment_type プロパティの初期値。</param> /// <param name="comment_parent">comment_parent プロパティの初期値。</param> /// <param name="user_id">user_id プロパティの初期値。</param> public static wp_comments Createwp_comments(global::System.Decimal comment_ID, global::System.Decimal comment_post_ID, global::System.String comment_author, global::System.String comment_author_email, global::System.String comment_author_url, global::System.String comment_author_IP, global::System.DateTime comment_date, global::System.DateTime comment_date_gmt, global::System.String comment_content, global::System.Int32 comment_karma, global::System.String comment_approved, global::System.String comment_agent, global::System.String comment_type, global::System.Decimal comment_parent, global::System.Decimal user_id) { wp_comments wp_comments = new wp_comments(); wp_comments.comment_ID = comment_ID; wp_comments.comment_post_ID = comment_post_ID; wp_comments.comment_author = comment_author; wp_comments.comment_author_email = comment_author_email; wp_comments.comment_author_url = comment_author_url; wp_comments.comment_author_IP = comment_author_IP; wp_comments.comment_date = comment_date; wp_comments.comment_date_gmt = comment_date_gmt; wp_comments.comment_content = comment_content; wp_comments.comment_karma = comment_karma; wp_comments.comment_approved = comment_approved; wp_comments.comment_agent = comment_agent; wp_comments.comment_type = comment_type; wp_comments.comment_parent = comment_parent; wp_comments.user_id = user_id; return wp_comments; }
/// <summary> /// wp_comments EntitySet に新しいオブジェクトを追加するための非推奨のメソッドです。代わりに、関連付けられている ObjectSet<T> プロパティの .Add メソッドを使用してください。 /// </summary> public void AddTowp_comments(wp_comments wp_comments) { base.AddObject("wp_comments", wp_comments); }
/// <summary> /// 新しい wp_comments オブジェクトを作成します。 /// </summary> /// <param name="commentID">CommentID プロパティの初期値。</param> /// <param name="commentPostID">CommentPostID プロパティの初期値。</param> /// <param name="commentAuthor">CommentAuthor プロパティの初期値。</param> /// <param name="commentAuthorEmail">CommentAuthorEmail プロパティの初期値。</param> /// <param name="commentAuthorUrl">CommentAuthorUrl プロパティの初期値。</param> /// <param name="commentAuthorIP">CommentAuthorIP プロパティの初期値。</param> /// <param name="commentDate">CommentDate プロパティの初期値。</param> /// <param name="commentDateGmt">CommentDateGmt プロパティの初期値。</param> /// <param name="commentContent">CommentContent プロパティの初期値。</param> /// <param name="commentKarma">CommentKarma プロパティの初期値。</param> /// <param name="commentApproved">CommentApproved プロパティの初期値。</param> /// <param name="commentAgent">CommentAgent プロパティの初期値。</param> /// <param name="commentType">CommentType プロパティの初期値。</param> /// <param name="commentParent">CommentParent プロパティの初期値。</param> /// <param name="userId">UserId プロパティの初期値。</param> public static wp_comments Createwp_comments(global::System.Decimal commentID, global::System.Decimal commentPostID, global::System.String commentAuthor, global::System.String commentAuthorEmail, global::System.String commentAuthorUrl, global::System.String commentAuthorIP, global::System.DateTime commentDate, global::System.DateTime commentDateGmt, global::System.String commentContent, global::System.Int32 commentKarma, global::System.String commentApproved, global::System.String commentAgent, global::System.String commentType, global::System.Decimal commentParent, global::System.Decimal userId) { wp_comments wp_comments = new wp_comments(); wp_comments.CommentID = commentID; wp_comments.CommentPostID = commentPostID; wp_comments.CommentAuthor = commentAuthor; wp_comments.CommentAuthorEmail = commentAuthorEmail; wp_comments.CommentAuthorUrl = commentAuthorUrl; wp_comments.CommentAuthorIP = commentAuthorIP; wp_comments.CommentDate = commentDate; wp_comments.CommentDateGmt = commentDateGmt; wp_comments.CommentContent = commentContent; wp_comments.CommentKarma = commentKarma; wp_comments.CommentApproved = commentApproved; wp_comments.CommentAgent = commentAgent; wp_comments.CommentType = commentType; wp_comments.CommentParent = commentParent; wp_comments.UserId = userId; return wp_comments; }