Exemplo n.º 1
0
        /// <summary>
        /// Create a new BlogResponse object.
        /// </summary>
        /// <param name="blogResponseID">Initial value of the BlogResponseID property.</param>
        /// <param name="blogID">Initial value of the BlogID property.</param>
        /// <param name="recCreation">Initial value of the RecCreation property.</param>
        public static BlogResponse CreateBlogResponse(global::System.Int32 blogResponseID, global::System.Int32 blogID, global::System.DateTime recCreation)
        {
            BlogResponse blogResponse = new BlogResponse();

            blogResponse.BlogResponseID = blogResponseID;
            blogResponse.BlogID         = blogID;
            blogResponse.RecCreation    = recCreation;
            return(blogResponse);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new BlogResponse object.
 /// </summary>
 /// <param name="blogResponseID">Initial value of the BlogResponseID property.</param>
 /// <param name="blogID">Initial value of the BlogID property.</param>
 /// <param name="recCreation">Initial value of the RecCreation property.</param>
 public static BlogResponse CreateBlogResponse(global::System.Int32 blogResponseID, global::System.Int32 blogID, global::System.DateTime recCreation)
 {
     BlogResponse blogResponse = new BlogResponse();
     blogResponse.BlogResponseID = blogResponseID;
     blogResponse.BlogID = blogID;
     blogResponse.RecCreation = recCreation;
     return blogResponse;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BlogResponses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlogResponses(BlogResponse blogResponse)
 {
     base.AddObject("BlogResponses", blogResponse);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BlogResponses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlogResponses(BlogResponse blogResponse)
 {
     base.AddObject("BlogResponses", blogResponse);
 }