Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the InquiryFeedbacks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInquiryFeedbacks(InquiryFeedback inquiryFeedback)
 {
     base.AddObject("InquiryFeedbacks", inquiryFeedback);
 }
Exemple #2
0
 /// <summary>
 /// Create a new InquiryFeedback object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="inquiryId">Initial value of the InquiryId property.</param>
 /// <param name="body">Initial value of the Body property.</param>
 /// <param name="createdAt">Initial value of the CreatedAt property.</param>
 public static InquiryFeedback CreateInquiryFeedback(global::System.Int32 id, global::System.Int32 inquiryId, global::System.String body, global::System.DateTime createdAt)
 {
     InquiryFeedback inquiryFeedback = new InquiryFeedback();
     inquiryFeedback.Id = id;
     inquiryFeedback.InquiryId = inquiryId;
     inquiryFeedback.Body = body;
     inquiryFeedback.CreatedAt = createdAt;
     return inquiryFeedback;
 }