コード例 #1
0
 /// <summary>
 /// Create a new bvc_AffiliateQuestions 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_AffiliateQuestions Createbvc_AffiliateQuestions(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_AffiliateQuestions bvc_AffiliateQuestions = new bvc_AffiliateQuestions();
     bvc_AffiliateQuestions.bvin = bvin;
     bvc_AffiliateQuestions.QuestionName = questionName;
     bvc_AffiliateQuestions.QuestionType = questionType;
     bvc_AffiliateQuestions.Values = values;
     bvc_AffiliateQuestions.Order = order;
     bvc_AffiliateQuestions.LastUpdated = lastUpdated;
     return bvc_AffiliateQuestions;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_AffiliateQuestions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_AffiliateQuestions(bvc_AffiliateQuestions bvc_AffiliateQuestions)
 {
     base.AddObject("bvc_AffiliateQuestions", bvc_AffiliateQuestions);
 }