/// <summary> /// Create a new bvc_ContactUsQuestions object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="questionName">Initial value of the QuestionName property.</param> /// <param name="questionType">Initial value of the QuestionType property.</param> /// <param name="values">Initial value of the Values property.</param> /// <param name="order">Initial value of the Order property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> public static bvc_ContactUsQuestions Createbvc_ContactUsQuestions(global::System.String bvin, global::System.String questionName, global::System.Int32 questionType, global::System.String values, global::System.Int32 order, global::System.DateTime lastUpdated) { bvc_ContactUsQuestions bvc_ContactUsQuestions = new bvc_ContactUsQuestions(); bvc_ContactUsQuestions.bvin = bvin; bvc_ContactUsQuestions.QuestionName = questionName; bvc_ContactUsQuestions.QuestionType = questionType; bvc_ContactUsQuestions.Values = values; bvc_ContactUsQuestions.Order = order; bvc_ContactUsQuestions.LastUpdated = lastUpdated; return bvc_ContactUsQuestions; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_ContactUsQuestions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_ContactUsQuestions(bvc_ContactUsQuestions bvc_ContactUsQuestions) { base.AddObject("bvc_ContactUsQuestions", bvc_ContactUsQuestions); }